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/gss/Makefile | |
parent | ee002553c20e7427f66e5ef9515e224977253e13 (diff) | |
download | ports-d9cbdb58d0193d2fa12e949f05226ceffb69e61a.tar.gz ports-d9cbdb58d0193d2fa12e949f05226ceffb69e61a.zip |
Notes
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r-- | security/gss/Makefile | 6 |
1 files changed, 4 insertions, 2 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} |