diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-03 06:52:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-03 06:52:56 +0000 |
commit | 834d449c13c2991eb090e9e41b6cd509073ef28b (patch) | |
tree | 3d02d18ad8fa046435c6ef309697b601c951c5c6 /security/libksba | |
parent | 53c874b16640359d03926ea11a2bec9e42cf1477 (diff) | |
download | ports-834d449c13c2991eb090e9e41b6cd509073ef28b.tar.gz ports-834d449c13c2991eb090e9e41b6cd509073ef28b.zip |
Notes
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 7 |
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> |