- Support staging

This commit is contained in:
Dmitry Marakasov 2014-05-09 23:50:36 +00:00
parent 3f790928a8
commit 00ea20e5f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353543
2 changed files with 4 additions and 10 deletions

View File

@ -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>

View File

@ -1,4 +0,0 @@
bin/bsdproxy
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%