diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 23:50:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 23:50:36 +0000 |
commit | 00ea20e5f05f12793706347f378690dc55d7855b (patch) | |
tree | c2b4c5855adc79b94609562e71a53dfd51a4cf64 | |
parent | 3f790928a8b5244166e5f73ac4bca21100dcadcd (diff) | |
download | ports-00ea20e5f05f12793706347f378690dc55d7855b.tar.gz ports-00ea20e5f05f12793706347f378690dc55d7855b.zip |
Notes
-rw-r--r-- | net/bsdproxy/Makefile | 10 | ||||
-rw-r--r-- | net/bsdproxy/pkg-plist | 4 |
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%% |