summaryrefslogtreecommitdiff
path: root/wm/enlightenment
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2004-11-15 07:53:33 +0000
committersketch <sketch@pkgsrc.org>2004-11-15 07:53:33 +0000
commit8e6328dcd3245f5e042b6bea4fa06d2881a3068f (patch)
tree3aae2093d49da4dce9a35567f6d02699a97092d7 /wm/enlightenment
parent570fca02c2ff14540a54f48cd895ee024be223f5 (diff)
downloadpkgsrc-8e6328dcd3245f5e042b6bea4fa06d2881a3068f.tar.gz
Remove an obsolete part of the post-install target. For some reason, this
was stopping the install on Solaris even though the command itself returned 0. It's no longer necessary now anyway so just remove it.
Diffstat (limited to 'wm/enlightenment')
-rw-r--r--wm/enlightenment/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile
index 78ff52bee9a..3e6860f748a 100644
--- a/wm/enlightenment/Makefile
+++ b/wm/enlightenment/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/10/15 12:22:13 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/11/15 07:53:33 sketch Exp $
#
DISTNAME= enlightenment-0.16.7.1
@@ -39,9 +39,6 @@ SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
SUBST_SED.paths+= -e 's,@X11BASE@,${X11BASE},g'
post-install:
- for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \
- ${TOUCH} ${PREFIX}/$${FILE}; \
- done
${FIND} ${PREFIX}/share/enlightenment/themes -type d -print | \
${XARGS} ${CHMOD} ${BINMODE}
${FIND} ${PREFIX}/share/enlightenment/themes -type f -print | \