summaryrefslogtreecommitdiff
path: root/lang/gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r--lang/gcc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index f681103223f..fe0bf1ceaff 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2008/02/01 07:50:01 tnn Exp $
+# $NetBSD: Makefile,v 1.92 2009/06/14 22:58:01 joerg Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 7
@@ -115,9 +115,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}
.include "../../mk/bsd.pkg.mk"