aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2014-05-30 08:11:07 +0800
committerlx <lx@FreeBSD.org>2014-05-30 08:11:07 +0800
commitafeed15f00037981009c906203cb858f3bbd3752 (patch)
tree174f71a669509e7d8d1c6469d22c1f56a833458f /net
parent0318025e2c8a181742035f9602716df8bb9324cc (diff)
downloadfreebsd-ports-gnome-afeed15f00037981009c906203cb858f3bbd3752.tar.gz
freebsd-ports-gnome-afeed15f00037981009c906203cb858f3bbd3752.tar.zst
freebsd-ports-gnome-afeed15f00037981009c906203cb858f3bbd3752.zip
Stageify.
Diffstat (limited to 'net')
-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>