svn commit: r343693 - head/devel/varconf

Antoine Brodin antoine at FreeBSD.org
Mon Feb 10 22:50:04 UTC 2014


Author: antoine
Date: Mon Feb 10 22:50:04 2014
New Revision: 343693
URL: http://svnweb.freebsd.org/changeset/ports/343693
QAT: https://qat.redports.org/buildarchive/r343693/

Log:
  Fix packaging

Modified:
  head/devel/varconf/Makefile

Modified: head/devel/varconf/Makefile
==============================================================================
--- head/devel/varconf/Makefile	Mon Feb 10 22:45:31 2014	(r343692)
+++ head/devel/varconf/Makefile	Mon Feb 10 22:50:04 2014	(r343693)
@@ -16,8 +16,14 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=	libtool pathfix pkgconfig
+USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for file in README COPYING AUTHORS THANKS NEWS
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
+.endfor
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list