summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsketch <sketch>2004-11-15 07:53:33 +0000
committersketch <sketch>2004-11-15 07:53:33 +0000
commit46c422736137a0655f76b2f7cff8443139807113 (patch)
tree3aae2093d49da4dce9a35567f6d02699a97092d7 /wm
parentfa207a90188cc29c1c3c8e261430e2b4462d3f5f (diff)
downloadpkgsrc-46c422736137a0655f76b2f7cff8443139807113.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')
-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 | \