diff options
author | sf <sf@FreeBSD.org> | 2001-03-05 22:21:35 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-05 22:21:35 +0800 |
commit | 6010bd7b4af2254cb68b3ed9e0385e0d1a5d81c7 (patch) | |
tree | 41af2d3a84512de69b57d84650d018d48964d437 /mail/postfix28/Makefile | |
parent | 6d691cb1c6426fa9382223523fe8923d3dba3134 (diff) | |
download | freebsd-ports-gnome-6010bd7b4af2254cb68b3ed9e0385e0d1a5d81c7.tar.gz freebsd-ports-gnome-6010bd7b4af2254cb68b3ed9e0385e0d1a5d81c7.tar.zst freebsd-ports-gnome-6010bd7b4af2254cb68b3ed9e0385e0d1a5d81c7.zip |
use DIST_SUBDIR=postfix due to both release and snapshot don't have
specific name in their tarballs.
Approved by: maintainers
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 9c4068489960..78e92fc2e00f 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= release-${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= blaz@amis.net |