summaryrefslogtreecommitdiff
path: root/cad/ldraw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-01-17 21:30:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-01-17 21:30:16 +0000
commitd908a4b8112694302e972aab0f5759e8a4dcd37c (patch)
treee79cd28d2e726d2302ed24e1b23e6c1faf4e5966 /cad/ldraw
parent- Fix .desktop entries [1] (diff)
PORTDATA=* makes the same job as the custom auto plist used in this port and
avoid now useless @dirrm
Notes
Notes: svn path=/head/; revision=377254
Diffstat (limited to 'cad/ldraw')
-rw-r--r--cad/ldraw/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/ldraw/Makefile b/cad/ldraw/Makefile
index 55cd3d2a898c..c9378263f524 100644
--- a/cad/ldraw/Makefile
+++ b/cad/ldraw/Makefile
@@ -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>