Fix packaging as a user

This commit is contained in:
Baptiste Daroussin 2014-04-07 14:39:18 +00:00
parent d80fbd1aae
commit a09d4443fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350489

View file

@ -24,6 +24,8 @@ USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ARGS= --with-perl-enc-map=${SITE_PERL}/${PERL_ARCH}/XML/Parser/Encodings
INSTALL_TARGET= site-install
MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
post-extract:
${FIND} ${WRKSRC} -name CVS -type d -exec ${RM} -r {} ';' -prune