summaryrefslogtreecommitdiff
path: root/misc/openoffice2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
commit9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /misc/openoffice2
parentdc3a8c2312879451e787a3a002089e0123c0d646 (diff)
downloadpkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'misc/openoffice2')
-rw-r--r--misc/openoffice2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile
index 768e0d34103..59438cbe710 100644
--- a/misc/openoffice2/Makefile
+++ b/misc/openoffice2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2009/04/16 21:42:43 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2009/06/14 22:58:05 joerg Exp $
#
OO_VER= 2.4.2
@@ -177,9 +177,7 @@ do-install:
post-install:
cd ${DESTDIR}${PREFIX} && \
find lib/${OO_RELEASE} \! -type d -print | \
- sort > ${WRKDIR}/PLIST && \
- find lib/${OO_RELEASE} -type d -print | sort -r | \
- awk '{print("@dirrm "$$1)}' >> ${WRKDIR}/PLIST
+ sort > ${WRKDIR}/PLIST
# OS specific Makefile
.if exists(Makefile.${OPSYS})