diff options
author | johans <johans@FreeBSD.org> | 2014-01-11 18:11:38 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-01-11 18:11:38 +0800 |
commit | 50de0822bb03b686ba71532e025d8488ddfeb860 (patch) | |
tree | 7446827a23d68419f98e8d0b8801f9d1780d9b80 /security/gsasl | |
parent | 98737c7541625bb04d2f642b43dfb791bd07b017 (diff) | |
download | freebsd-ports-gnome-50de0822bb03b686ba71532e025d8488ddfeb860.tar.gz freebsd-ports-gnome-50de0822bb03b686ba71532e025d8488ddfeb860.tar.zst freebsd-ports-gnome-50de0822bb03b686ba71532e025d8488ddfeb860.zip |
Use MASTER_SITES=GNU
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 3d0aa0400d15..82dd8856e479 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -5,8 +5,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= GNU SASL Library |