1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix packaging

This commit is contained in:
Antoine Brodin 2014-02-10 22:50:04 +00:00
parent 72972c9d01
commit 0e933ca224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343693

View File

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