diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-11-30 21:00:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-11-30 21:00:31 +0000 |
commit | d9cbdb58d0193d2fa12e949f05226ceffb69e61a (patch) | |
tree | 9e491e83a928730860db8b6b4d744a1a76dcdca2 /security | |
parent | ee002553c20e7427f66e5ef9515e224977253e13 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gss/Makefile | 6 | ||||
-rw-r--r-- | security/gss/distinfo | 4 | ||||
-rw-r--r-- | security/gss/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index ced24169bdcd..788b6c1e0490 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gss -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= GNU @@ -42,6 +41,9 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +post-configure: + @cd ${WRKSRC}/doc && ${TOUCH} Makefile* + pre-install: @${MKDIR} ${PREFIX}/${INFO_PATH} diff --git a/security/gss/distinfo b/security/gss/distinfo index 3150a7d02ecd..f4d3adc0d336 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,2 +1,2 @@ -SHA256 (gss-1.0.1.tar.gz) = a0267f37ca2d0b44847082f01a0f21bd7110571ee1a5e0a91803b4fa0ab9e915 -SIZE (gss-1.0.1.tar.gz) = 2172908 +SHA256 (gss-1.0.2.tar.gz) = a9e97f3eb3451022939363b28c4ce4704366e57790d5d3df73349af8e7a248e1 +SIZE (gss-1.0.2.tar.gz) = 2220919 diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist index fcfcbc06923b..9492f9778739 100644 --- a/security/gss/pkg-plist +++ b/security/gss/pkg-plist @@ -9,6 +9,7 @@ lib/libgss.so.3 libdata/pkgconfig/gss.pc share/locale/en@boldquot/LC_MESSAGES/gss.mo share/locale/en@quot/LC_MESSAGES/gss.mo +share/locale/eo/LC_MESSAGES/gss.mo share/locale/fi/LC_MESSAGES/gss.mo share/locale/fr/LC_MESSAGES/gss.mo share/locale/it/LC_MESSAGES/gss.mo |