aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-23 18:11:13 +0800
committerbapt <bapt@FreeBSD.org>2013-09-23 18:11:13 +0800
commit06b90b15824a754b3ddea43c223a2518233ef15a (patch)
tree84048efe4513fac5fa08007b93e886d883b251e8 /textproc
parentaaebba7ba287973ff35a1459ffd8f74af47ac5f7 (diff)
downloadfreebsd-ports-gnome-06b90b15824a754b3ddea43c223a2518233ef15a.tar.gz
freebsd-ports-gnome-06b90b15824a754b3ddea43c223a2518233ef15a.tar.zst
freebsd-ports-gnome-06b90b15824a754b3ddea43c223a2518233ef15a.zip
Unmute installation commands
Reported by: danfe
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jshon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile
index 20dd33baa476..bf5185d8f49b 100644
--- a/textproc/jshon/Makefile
+++ b/textproc/jshon/Makefile
@@ -26,7 +26,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,-ljansson,-L${LOCALBASE}/lib -ljansson,g' ${WRKSRC}/Makefile
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>