aboutsummaryrefslogtreecommitdiff
path: root/net/plugdaemon
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2014-05-30 00:11:07 +0000
committerDavid Thiel <lx@FreeBSD.org>2014-05-30 00:11:07 +0000
commitd327b8141ca9b8c4bc1e5cb39d690547bbe0255f (patch)
tree174f71a669509e7d8d1c6469d22c1f56a833458f /net/plugdaemon
parent4e122f03e14fce51c1ae1c63dd616e22b4694768 (diff)
downloadports-d327b8141ca9b8c4bc1e5cb39d690547bbe0255f.tar.gz
ports-d327b8141ca9b8c4bc1e5cb39d690547bbe0255f.zip
Notes
Diffstat (limited to 'net/plugdaemon')
-rw-r--r--net/plugdaemon/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/plugdaemon/Makefile b/net/plugdaemon/Makefile
index 55af58d88fc6..fccfdaff8b76 100644
--- a/net/plugdaemon/Makefile
+++ b/net/plugdaemon/Makefile
@@ -10,11 +10,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lx@FreeBSD.org
COMMENT= Plug proxy daemon, forwards TCP/IP connections
-MAN1= plug.1
-PLIST_FILES= sbin/plug
+do-install:
-NO_STAGE= yes
-post-install:
- @${STRIP_CMD} ${PREFIX}/sbin/plug
+ ${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/plug ${STAGEDIR}${PREFIX}/sbin
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/plug
.include <bsd.port.mk>