diff options
author | sf <sf@FreeBSD.org> | 2002-01-22 18:55:31 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-22 18:55:31 +0000 |
commit | a892b7b5575f0f991a085efbf1d2582872791ce0 (patch) | |
tree | 4ee6efdeda309d4fc7073fae9faa5d657e76ce0c /devel | |
parent | 809a604d133409ce09e0a0030e45fecd9a01c866 (diff) | |
download | FreeBSD-ports-a892b7b5575f0f991a085efbf1d2582872791ce0.zip FreeBSD-ports-a892b7b5575f0f991a085efbf1d2582872791ce0.tar.gz |
fix perl path in htags.
PR: 34176
Submitted by: maintainer
Diffstat (limited to 'devel')
-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 e5066d2..971c2c6 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) |