diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-27 04:22:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-27 04:22:27 +0800 |
commit | 391f69109b37433cefae0dc189d9fd0090d82ce1 (patch) | |
tree | c66ea1fee65ef0b41b28eee6ce8725363a74ab4f | |
parent | 3997802526e60936d673391be0354fec779a794b (diff) | |
download | freebsd-ports-gnome-391f69109b37433cefae0dc189d9fd0090d82ce1.tar.gz freebsd-ports-gnome-391f69109b37433cefae0dc189d9fd0090d82ce1.tar.zst freebsd-ports-gnome-391f69109b37433cefae0dc189d9fd0090d82ce1.zip |
- make PKGNAMESUFFIX more flexible
-rw-r--r-- | mail/pantomime-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pantomime-ssl/Makefile b/mail/pantomime-ssl/Makefile index 5246d293ff9d..0c62573ebd0e 100644 --- a/mail/pantomime-ssl/Makefile +++ b/mail/pantomime-ssl/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/ -PKGNAMESUFFIX= -ssl +PKGNAMESUFFIX?= -ssl${PKGNAMESUFFIX2} DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |