diff options
author | sketch <sketch@pkgsrc.org> | 2004-11-15 07:53:33 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-11-15 07:53:33 +0000 |
commit | f07b3a3d662bc16c2a7985c40507509905172b43 (patch) | |
tree | 3aae2093d49da4dce9a35567f6d02699a97092d7 /wm | |
parent | 2aff41bc336d9da394a2c32686652b01221d2a3a (diff) | |
download | pkgsrc-f07b3a3d662bc16c2a7985c40507509905172b43.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/Makefile | 5 |
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 | \ |