svn commit: r327930 - head/net-p2p/btpd

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:15:15 UTC 2013


Author: bapt
Date: Mon Sep 23 06:15:14 2013
New Revision: 327930
URL: http://svnweb.freebsd.org/changeset/ports/327930

Log:
  Use STAGE

Added:
  head/net-p2p/btpd/pkg-plist   (contents, props changed)
Modified:
  head/net-p2p/btpd/Makefile

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Mon Sep 23 06:14:29 2013	(r327929)
+++ head/net-p2p/btpd/Makefile	Mon Sep 23 06:15:14 2013	(r327930)
@@ -15,22 +15,14 @@ USE_AUTOTOOLS=	autoconf aclocal
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 
-PLIST_FILES=	bin/btcli \
-		bin/btinfo \
-		bin/btpd
-MAN1=		btcli.1 \
-		btinfo.1 \
-		btpd.1
-
 PORTDOCS=	README
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>

Added: head/net-p2p/btpd/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/btpd/pkg-plist	Mon Sep 23 06:15:14 2013	(r327930)
@@ -0,0 +1,6 @@
+bin/btcli
+bin/btinfo
+bin/btpd
+man/man1/btcli.1.gz
+man/man1/btinfo.1.gz
+man/man1/btpd.1.gz


More information about the svn-ports-all mailing list