aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-10-30 12:33:09 +0800
committerdinoex <dinoex@FreeBSD.org>2002-10-30 12:33:09 +0800
commitc04f3c7ce3527f2eda72a8521e73a02483d96c53 (patch)
tree7b5dd29a7a4b6c8f95520bf6086fbd32098ea3f7 /mail
parent185f25b86eb96f9764834649309839e1c0e632a2 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--mail/pantomime/Makefile3
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