diff options
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 10e1506c16ea..27e529d5ec89 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gpa -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/devel/ +MASTER_SITES= ftp://ftp.guug.de/pub/fruis/gpa/ MAINTAINER= clive@FreeBSD.org @@ -20,5 +20,6 @@ USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --datadir=${PREFIX}/share .include <bsd.port.mk> |