diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:58:57 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:58:57 +0000 |
commit | c6b2f8060d514ae26117aa6b0453f6c50b7008ab (patch) | |
tree | b3f006e75eda112d79fa946e2138cd66977fc5b3 /misc/getopt | |
parent | 97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (diff) | |
download | ports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.tar.gz ports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 42e900d05985..79e91a132e2f 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -20,12 +20,12 @@ DOCS= Changelog README .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |