aboutsummaryrefslogtreecommitdiff
path: root/net/onioncat
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-31 17:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-31 17:04:25 +0000
commit42cdd0f56541e0cab9f3c920c420a3500b2127eb (patch)
treed687bead89ad6584b482e60662c88adbace23ec4 /net/onioncat
parent249adf9856f5000f908870963828ae062de599f8 (diff)
downloadports-42cdd0f56541e0cab9f3c920c420a3500b2127eb.tar.gz
ports-42cdd0f56541e0cab9f3c920c420a3500b2127eb.zip
Notes
Diffstat (limited to 'net/onioncat')
-rw-r--r--net/onioncat/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/onioncat/Makefile b/net/onioncat/Makefile
index ec3aa80710f0..01c55c98756a 100644
--- a/net/onioncat/Makefile
+++ b/net/onioncat/Makefile
@@ -17,17 +17,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="-pthread"
USE_RC_SUBR= ${PORTNAME}
-MAN1= ocat.1
-PLIST_FILES= bin/ocat
+PLIST_FILES= bin/ocat man/man1/ocat.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/CFLAGS=/s|-O2|$$CFLAGS|' ${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${MANPREFIX}/man/man1
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>