diff options
author | lx <lx@FreeBSD.org> | 2014-05-30 08:11:07 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2014-05-30 08:11:07 +0800 |
commit | afeed15f00037981009c906203cb858f3bbd3752 (patch) | |
tree | 174f71a669509e7d8d1c6469d22c1f56a833458f /net | |
parent | 0318025e2c8a181742035f9602716df8bb9324cc (diff) | |
download | freebsd-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/Makefile | 9 |
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> |