diff options
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} |