diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:33:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:33:09 +0800 |
commit | c04f3c7ce3527f2eda72a8521e73a02483d96c53 (patch) | |
tree | 7b5dd29a7a4b6c8f95520bf6086fbd32098ea3f7 /mail | |
parent | 185f25b86eb96f9764834649309839e1c0e632a2 (diff) | |
download | freebsd-ports-gnome-c04f3c7ce3527f2eda72a8521e73a02483d96c53.tar.gz freebsd-ports-gnome-c04f3c7ce3527f2eda72a8521e73a02483d96c53.tar.zst freebsd-ports-gnome-c04f3c7ce3527f2eda72a8521e73a02483d96c53.zip |
- use PKGNAMESUFFIX
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnumail/Makefile | 3 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 89227cf76f87..65fe746c6b0a 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 dfb92fdb049b..773ee9eaa272 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 |