1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

fix perl path in htags.

PR:		34176
Submitted by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2002-01-22 18:55:31 +00:00
parent bb49110845
commit 332cf4cef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53597

View File

@ -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)