pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/enlightenment Remove an obsolete part of the post-i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c8afd285ff0
branches:  trunk
changeset: 483565:8c8afd285ff0
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Nov 15 07:53:33 2004 +0000

description:
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:

 wm/enlightenment/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r a313f4265981 -r 8c8afd285ff0 wm/enlightenment/Makefile
--- a/wm/enlightenment/Makefile Mon Nov 15 06:37:01 2004 +0000
+++ b/wm/enlightenment/Makefile Mon Nov 15 07:53:33 2004 +0000
@@ -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,@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 | \



Home | Main Index | Thread Index | Old Index