From 46c422736137a0655f76b2f7cff8443139807113 Mon Sep 17 00:00:00 2001 From: sketch Date: Mon, 15 Nov 2004 07:53:33 +0000 Subject: 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. --- wm/enlightenment/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'wm') 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 | \ -- cgit v1.2.3