summaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 18:55:31 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 18:55:31 +0000
commit332cf4cef7b10c281383b08d8e81ecc890d7c244 (patch)
treee613dbcfb46a864a7c922874d66c2fd6c5ec6f4d /devel/global
parentUpdate the value of `operating-system' defined at mdoc.local to "FreeBSD\~4.5". (diff)
fix perl path in htags.
PR: 34176 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53597
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile4
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)