summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-07 09:35:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-07 09:35:30 +0000
commitf552943e3a00ddb6a27d6cfad062f0efa66cabc7 (patch)
treed28bdd6195f20862aa7a6f0f42383f3307da652a /graphics/gimp-app-devel/Makefile
parentUpdate to version 1.4.2. (diff)
Fix a couple bogons to make this work.
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes: svn path=/head/; revision=27396
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r--graphics/gimp-app-devel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 5f1de62d1edd..f0dc8372d2e2 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -55,11 +55,11 @@ WITH_GNOME= yes
.endif
.if defined(WITHOUT_PERL)
-PLISTORIG= ${WRKDIR}/PLIST
-PLIST= ${PKGDIR}/PLIST
+PLISTORIG= ${PKGDIR}/PLIST
+PLIST= ${WRKDIR}/PLIST
.else
-PLISTORIG= ${WRKDIR}/PLIST.perl
-PLIST= ${SRCDIR}/PLIST.perl
+PLISTORIG= ${PKGDIR}/PLIST.perl
+PLIST= ${WRKDIR}/PLIST.perl
pre-fetch:
@${ECHO} -n "If you want to compile without perl support "
@${ECHO} "'make -DWITHOUT_PERL' instead"
@@ -67,6 +67,8 @@ pre-fetch:
.if defined(WITH_GNOME) && ${WITH_GNOME} == yes
LIB_DEPENDS+= gtkxmhtml.3:${PORTSDIR}/x11/gnomelibs
+pre-install:
+ @${CAT} ${PLISTORIG} > ${PLIST}
.else
pre-install:
@${SED} -e '/helpbrowser/d' ${PLISTORIG} > ${PLIST}