aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
commitc6b2f8060d514ae26117aa6b0453f6c50b7008ab (patch)
treeb3f006e75eda112d79fa946e2138cd66977fc5b3 /misc
parent97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (diff)
downloadports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.tar.gz
ports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/getopt/Makefile6
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>