summaryrefslogtreecommitdiff
path: root/wm/enlightenment
diff options
context:
space:
mode:
authorsketch <sketch>2004-11-15 07:53:33 +0000
committersketch <sketch>2004-11-15 07:53:33 +0000
commit13eb57cd9494148aa5797a292bf1645a6bda7b49 (patch)
tree3aae2093d49da4dce9a35567f6d02699a97092d7 /wm/enlightenment
parente8df72363027c9149123139025bcadc88e2c310f (diff)
downloadpkgsrc-13eb57cd9494148aa5797a292bf1645a6bda7b49.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 | \