svn commit: r353543 - head/net/bsdproxy

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 9 23:50:36 UTC 2014


Author: amdmi3
Date: Fri May  9 23:50:36 2014
New Revision: 353543
URL: http://svnweb.freebsd.org/changeset/ports/353543
QAT: https://qat.redports.org/buildarchive/r353543/

Log:
  - Support staging

Deleted:
  head/net/bsdproxy/pkg-plist
Modified:
  head/net/bsdproxy/Makefile

Modified: head/net/bsdproxy/Makefile
==============================================================================
--- head/net/bsdproxy/Makefile	Fri May  9 23:49:32 2014	(r353542)
+++ head/net/bsdproxy/Makefile	Fri May  9 23:50:36 2014	(r353543)
@@ -11,14 +11,12 @@ COMMENT=	A TCP proxy, demonstrating use 
 
 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>


More information about the svn-ports-all mailing list