diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-07 09:35:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-07 09:35:30 +0000 |
commit | f552943e3a00ddb6a27d6cfad062f0efa66cabc7 (patch) | |
tree | d28bdd6195f20862aa7a6f0f42383f3307da652a /graphics | |
parent | e6ac1ca7b8eab62c44c6c3ab68cb471fa52d49dc (diff) | |
download | ports-f552943e3a00ddb6a27d6cfad062f0efa66cabc7.tar.gz ports-f552943e3a00ddb6a27d6cfad062f0efa66cabc7.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimp1/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 10 |
6 files changed, 36 insertions, 24 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} diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 5f1de62d1edd..f0dc8372d2e2 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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} diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 5f1de62d1edd..f0dc8372d2e2 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-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} diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 5f1de62d1edd..f0dc8372d2e2 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/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} diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 5f1de62d1edd..f0dc8372d2e2 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/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} diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 5f1de62d1edd..f0dc8372d2e2 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/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} |