diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
commit | c04f3c7ce3527f2eda72a8521e73a02483d96c53 (patch) | |
tree | 7b5dd29a7a4b6c8f95520bf6086fbd32098ea3f7 | |
parent | 185f25b86eb96f9764834649309839e1c0e632a2 (diff) | |
download | FreeBSD-ports-c04f3c7ce3527f2eda72a8521e73a02483d96c53.zip FreeBSD-ports-c04f3c7ce3527f2eda72a8521e73a02483d96c53.tar.gz |
- use PKGNAMESUFFIX
-rw-r--r-- | games/gomoku.app/Makefile | 3 | ||||
-rw-r--r-- | games/gshisen/Makefile | 3 | ||||
-rw-r--r-- | mail/gnumail/Makefile | 3 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index b3a1e95..7df9d24 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -9,6 +9,9 @@ PORTNAME= gomoku.app PORTVERSION= 1.2.6 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 5812139..a42b3a0 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -9,6 +9,9 @@ PORTNAME= gshisen PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 89227cf..65fe746 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -10,6 +10,9 @@ PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= http://extrovert.screwdriver.net/~extra/ DISTNAME= GNUMail-${PORTVERSION} +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index dfb92fd..773ee9e 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -10,6 +10,9 @@ PORTVERSION= 1.0.5 CATEGORIES= mail MASTER_SITES= http://extrovert.screwdriver.net/~extra/ \ ftp://ftp.gnustep.org/pub/gnustep/libs/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |