diff options
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index e5066d221bf8..971c2c6919c0 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -7,6 +7,7 @@ PORTNAME= global PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.tamacom.com/global/ @@ -17,6 +18,9 @@ GNU_CONFIGURE= yes MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1 +post-patch: + ${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in + post-install: install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) |