aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-09 23:50:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-09 23:50:36 +0000
commit00ea20e5f05f12793706347f378690dc55d7855b (patch)
treec2b4c5855adc79b94609562e71a53dfd51a4cf64 /net
parent3f790928a8b5244166e5f73ac4bca21100dcadcd (diff)
downloadports-00ea20e5f05f12793706347f378690dc55d7855b.tar.gz
ports-00ea20e5f05f12793706347f378690dc55d7855b.zip
- Support staging
Notes
Notes: svn path=/head/; revision=353543
Diffstat (limited to 'net')
-rw-r--r--net/bsdproxy/Makefile10
-rw-r--r--net/bsdproxy/pkg-plist4
2 files changed, 4 insertions, 10 deletions
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile
index c10672c3afdb..8cd155e2b887 100644
--- a/net/bsdproxy/Makefile
+++ b/net/bsdproxy/Makefile
@@ -11,14 +11,12 @@ COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
GNU_CONFIGURE= yes
USE_GNOME= glib12
-NO_STAGE= yes
-DOCS= ChangeLog README
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= ChangeLog README
-.if !defined(NOPORTDOCS)
post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/net/bsdproxy/pkg-plist b/net/bsdproxy/pkg-plist
deleted file mode 100644
index 80ff84c05723..000000000000
--- a/net/bsdproxy/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/bsdproxy
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%