svn commit: r355761 - head/net/plugdaemon
David Thiel
lx at FreeBSD.org
Fri May 30 00:11:08 UTC 2014
Author: lx
Date: Fri May 30 00:11:07 2014
New Revision: 355761
URL: http://svnweb.freebsd.org/changeset/ports/355761
QAT: https://qat.redports.org/buildarchive/r355761/
Log:
Stageify.
Modified:
head/net/plugdaemon/Makefile
Modified: head/net/plugdaemon/Makefile
==============================================================================
--- head/net/plugdaemon/Makefile Thu May 29 23:19:55 2014 (r355760)
+++ head/net/plugdaemon/Makefile Fri May 30 00:11:07 2014 (r355761)
@@ -10,11 +10,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lx at 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>
More information about the svn-ports-head
mailing list