PORTDATA=* makes the same job as the custom auto plist used in this port and

avoid now useless @dirrm
This commit is contained in:
Baptiste Daroussin 2015-01-17 21:30:16 +00:00
parent 1e8925003b
commit d908a4b811
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377254

View file

@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= dos2unix gmake zip:infozip
DOS2UNIX_GLOB= *.h makefile mklist.c *.txt *.dat
PORTDATA= *
PORTDOCS= Readme.txt
OPTIONS_DEFINE= DOCS
@ -54,9 +55,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL} \
-type f >> ${TMPPLIST} && \
${FIND} ${DATADIR_REL} -type d -o -type l | ${SORT} -r | \
${SED} 's|^|@dirrm |' >> ${TMPPLIST}
.include <bsd.port.mk>