aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2014-08-17 01:30:13 +0800
committerjhale <jhale@FreeBSD.org>2014-08-17 01:30:13 +0800
commit6dff847004c653ab3fb5ced80c268e9d8797bff1 (patch)
tree91ef08fa3d97e610a37ecb2c69e88a3f53a1e034 /security
parent2c2480545ba3740984746e4777c09fd6bddf22f9 (diff)
downloadfreebsd-ports-gnome-6dff847004c653ab3fb5ced80c268e9d8797bff1.tar.gz
freebsd-ports-gnome-6dff847004c653ab3fb5ced80c268e9d8797bff1.tar.zst
freebsd-ports-gnome-6dff847004c653ab3fb5ced80c268e9d8797bff1.zip
- Abbreviate MASTER_SITES
- Add LICENSE_FILE - Update IGNORE message as it is no longer neccessary to rebuild gpgme
Diffstat (limited to 'security')
-rw-r--r--security/gpa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index d05cf3ccda60..312532d855e6 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -4,13 +4,13 @@
PORTNAME= gpa
PORTVERSION= 0.9.4
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR= gpa
+MASTER_SITES= GNUPG/gpa
MAINTAINER= jhale@FreeBSD.org
COMMENT= GTK2+ frontend for the GNU Privacy Guard
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
libgpgme.so:${PORTSDIR}/security/gpgme
@@ -34,7 +34,7 @@ NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.options.mk>
.if !exists(${LOCALBASE}/bin/gpgsm)
-IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed
+IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON
.endif
.include <bsd.port.mk>