diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-08 17:25:31 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-08 17:25:31 +0800 |
commit | e49f60d1909efeb287ca31552460e17100f5c978 (patch) | |
tree | 42449f0492cbe36f6d41f3f46c6cd3da632e214e /security/gnupg | |
parent | b0282d46e9c44177dded44ce60af2e8c3af1a289 (diff) | |
download | freebsd-ports-graphics-e49f60d1909efeb287ca31552460e17100f5c978.tar.gz freebsd-ports-graphics-e49f60d1909efeb287ca31552460e17100f5c978.tar.zst freebsd-ports-graphics-e49f60d1909efeb287ca31552460e17100f5c978.zip |
- Unbreak locale.
PR: ports/106456
Submitted by: jjuanino@gmail.com
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 1 | ||||
-rw-r--r-- | security/gnupg/files/patch-configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index fb300277174..ea66f01bdf4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/gnupg/files/patch-configure b/security/gnupg/files/patch-configure new file mode 100644 index 00000000000..52fae6b7c7d --- /dev/null +++ b/security/gnupg/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Dec 8 17:02:30 2006 ++++ configure Fri Dec 8 17:02:52 2006 +@@ -27251,6 +27251,7 @@ + exec_prefix=$exec_prefix + libdir=$libdir + libexecdir=$libexecdir ++datarootdir=$datarootdir + datadir=$datadir + DATADIRNAME=$DATADIRNAME + |