aboutsummaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-03-26 08:59:06 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-03-26 08:59:06 +0000
commitebdcf9ac49946ad28e9f90ffa7b690348e519763 (patch)
treec4f774d71aea016ada61e77268fea32e69bf9b07 /security/gss/Makefile
parent803a9f50496a0cd830b429d9643fcd74e68e9b33 (diff)
Notes
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r--security/gss/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index dca75d597d15..f80535af9b80 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gss
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -45,4 +45,9 @@ PLIST_SUB+= NLS=""
pre-install:
@${MKDIR} ${PREFIX}/${INFO_PATH}
+post-patch:
+ # There is no need to re-run automake after configure
+ @${REINPLACE_CMD} '/^Makefile.gdoc/s,$$(top_builddir)/configure,,' \
+ ${WRKSRC}/doc/Makefile.in
+
.include <bsd.port.post.mk>