diff options
author | clive <clive@FreeBSD.org> | 2001-02-28 17:45:18 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-02-28 17:45:18 +0800 |
commit | 8bf72ff8b79ba28fe77d6306497820fd9ad73bbb (patch) | |
tree | 2ca247e3df5fc38fb7d5bbda539eefb0f6614525 /security/gpa/Makefile | |
parent | bc53c0924b3e49f352cb2ef4e50b832bcb67f1f0 (diff) | |
download | freebsd-ports-gnome-8bf72ff8b79ba28fe77d6306497820fd9ad73bbb.tar.gz freebsd-ports-gnome-8bf72ff8b79ba28fe77d6306497820fd9ad73bbb.tar.zst freebsd-ports-gnome-8bf72ff8b79ba28fe77d6306497820fd9ad73bbb.zip |
Update to 0.4.0
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> |