From 0e933ca22450a6dc6d7e4cf127ec606d6129d2b8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 10 Feb 2014 22:50:04 +0000 Subject: [PATCH] Fix packaging --- devel/varconf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 5150512b2665..8a9725914794 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -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