diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-19 03:46:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-19 03:46:17 +0000 |
commit | 6d71d292d153696a438646d1cd199f52081e7807 (patch) | |
tree | c7ba49e12bdd51909cc9694194ba3fa8810514e5 /security/gss | |
parent | 1fc1b6429b59b0a42ce32ab15d3f34710e170cfe (diff) | |
download | ports-6d71d292d153696a438646d1cd199f52081e7807.tar.gz ports-6d71d292d153696a438646d1cd199f52081e7807.zip |
Notes
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 10 | ||||
-rw-r--r-- | security/gss/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index b59b37bb0876..3578b2630695 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,13 +7,13 @@ # PORTNAME= gss -PORTVERSION= 0.0.17 +PORTVERSION= 0.0.19 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= GNU Generic Security Service Library LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi @@ -25,7 +25,8 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-kerberos5 +CONFIGURE_ARGS= --disable-kerberos5 \ + --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man USE_LDCONFIG= yes INFO= gss @@ -44,4 +45,7 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +pre-install: + @${MKDIR} ${PREFIX}/${INFO_PATH} + .include <bsd.port.post.mk> diff --git a/security/gss/distinfo b/security/gss/distinfo index 08f49d141f39..6e7638a42642 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,3 +1,3 @@ -MD5 (gss-0.0.17.tar.gz) = 15eab0f3555547658a524c40367ebfbd -SHA256 (gss-0.0.17.tar.gz) = 9f2df969f306f4d6b9ba3cdd57dc33652ba6ed57e7b62efd32dd3f127af252d5 -SIZE (gss-0.0.17.tar.gz) = 1432938 +MD5 (gss-0.0.19.tar.gz) = dfbec44c80171ebef434b629cb549934 +SHA256 (gss-0.0.19.tar.gz) = 01b014c988ee849434b3b38f89e5a6e07a1b806736dbe04fa3993a5a4343fe31 +SIZE (gss-0.0.19.tar.gz) = 1464250 |