aboutsummaryrefslogtreecommitdiffstats
path: root/security/libksba
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-04-03 14:52:56 +0800
committerlofi <lofi@FreeBSD.org>2007-04-03 14:52:56 +0800
commit4346c8539540cc20035a6acd6969d3878c3648bf (patch)
tree3254d3f44f9f2174cb768806cada396609e80ec7 /security/libksba
parenta98351e70e7e7cd0916a1b21be076de8cf0ce0e9 (diff)
downloadfreebsd-ports-gnome-4346c8539540cc20035a6acd6969d3878c3648bf.tar.gz
freebsd-ports-gnome-4346c8539540cc20035a6acd6969d3878c3648bf.tar.zst
freebsd-ports-gnome-4346c8539540cc20035a6acd6969d3878c3648bf.zip
Set infodir to the ports default.
Diffstat (limited to 'security/libksba')
-rw-r--r--security/libksba/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index 763fe41f5d89..b2983f64ed28 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libksba
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,10 +23,10 @@ INSTALLS_SHLIB= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+ --infodir=${PREFIX}/${INFO_PATH}
USE_PERL5_BUILD=yes
-INFO_PATH= share/info
-INFO= ksba
+INFO= ksba
.include <bsd.port.mk>