diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /lang/gcc34-ada | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'lang/gcc34-ada')
-rw-r--r-- | lang/gcc34-ada/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile index 27a33af4ca7..56390922033 100644 --- a/lang/gcc34-ada/Makefile +++ b/lang/gcc34-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/09/27 15:46:11 abs Exp $ +# $NetBSD: Makefile,v 1.25 2009/06/14 22:58:02 joerg Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -168,9 +168,6 @@ post-install: ${FIND} ${GCC_PREFIX} \( -type f -o -type l \) -print \ | ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \ >> ${PLIST_SRC} - ${FIND} ${GCC_PREFIX} -type d -print \ - | ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \ - >> ${PLIST_SRC} .if defined(USE_GCC34) BUILDLINK_DEPMETHOD.gcc34= build |