aboutsummaryrefslogtreecommitdiff
path: root/lang/modula3
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-16 11:53:42 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-16 11:53:42 +0000
commitfa93bad1215e901cfebdeeb3dcf02440416def7a (patch)
treee8621b27d6d0fe43816541a11be8f968bb405a75 /lang/modula3
parent242e23680e5ed01e00b6fdff4ecf489b51be881a (diff)
downloadports-fa93bad1215e901cfebdeeb3dcf02440416def7a.tar.gz
ports-fa93bad1215e901cfebdeeb3dcf02440416def7a.zip
Remove @dirrm from 10 of my lang ports
The majority of these ports had generated plists, not static ones.
Notes
Notes: svn path=/head/; revision=371003
Diffstat (limited to 'lang/modula3')
-rw-r--r--lang/modula3/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile
index fd5420443aa6..b4059fe597bc 100644
--- a/lang/modula3/Makefile
+++ b/lang/modula3/Makefile
@@ -144,23 +144,6 @@ post-install:
${SORT} | ${SED} -e 's/^man\/man[1578]\/.*[1578]$$/&.gz/' \
> ${TMPPLIST}
@echo ${PLIST_FILES} | awk '{print $$1}' RS=' ' >> ${TMPPLIST}
- cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${SORT} -r | \
- ${SED} -e '/^bin$$/d' -e '/^lib$$/d' -e '/^pkg$$/d' \
- -e '/^share\/examples$$/d' -e '/^share\/doc$$/d' -e '/^share$$/d' \
- -e '/^etc$$/d' -e '/^man\/man[1578]$$/d' -e '/^man$$/d' \
- -e 's/^/@dirrm /g' >> ${TMPPLIST}
- @echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/share/examples 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/share 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/bin 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/etc 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/lib 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/man/man8 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/man/man7 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/man/man5 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/man/man1 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/man 2>/dev/null || true" >> ${TMPPLIST}
- @echo "@unexec rmdir %D/pkg 2>/dev/null || true" >> ${TMPPLIST}
# to create a new bootstrap, invoke "make stage NEW_BOOTSTRAP=1"
.if defined(NEW_BOOTSTRAP)