diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-02 06:40:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-02 06:40:46 +0800 |
commit | c27cb306bcc2e561a31b96918216a38bd69e29b2 (patch) | |
tree | e9350bfb313d190c088db4829b49bb9e59b38f72 | |
parent | 27194401e6a12fc07aa1249389e0e6d82269ec8e (diff) | |
download | marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.gz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.bz2 marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.lz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.xz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.zst marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.zip |
- Don't use PKGNAMESUFFIX from graphics/gimp-app
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8132 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gimp/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index af7d40563..59546703c 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.4 2007/01/01 20:37:36 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.5 2007/01/01 21:26:51 ahze Exp $ # PORTNAME= gimp @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -PKGNAMESUFFIX= -app +PKGNAMESUFFIX?= -app MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index af7d40563..59546703c 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.4 2007/01/01 20:37:36 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.5 2007/01/01 21:26:51 ahze Exp $ # PORTNAME= gimp @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -PKGNAMESUFFIX= -app +PKGNAMESUFFIX?= -app MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 3bd7ff94b..6734dbe35 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/py-gimp/Makefile,v 1.1 2007/01/01 20:37:37 ahze Exp $ PORTREVISION= 0 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP python plugin |