aboutsummaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 18:46:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 18:46:14 +0000
commit26151ca773f5944804e57766341676ef7d1ddeff (patch)
tree679a13a16ddb89e7711e584bd489ff8707166d8f /devel/global
parent52bedc68a97a956af3cab406e913eca2be743b1f (diff)
downloadports-26151ca773f5944804e57766341676ef7d1ddeff.tar.gz
ports-26151ca773f5944804e57766341676ef7d1ddeff.zip
Notes
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile6
-rw-r--r--devel/global/distinfo2
-rw-r--r--devel/global/files/patch-aa14
-rw-r--r--devel/global/pkg-plist1
4 files changed, 12 insertions, 11 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 55c451fb08c8..74910657145a 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= global
-PORTVERSION= 4.5
+PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
@@ -15,10 +15,10 @@ MAINTAINER= jos@catnook.com
GNU_CONFIGURE= yes
USE_PERL5= yes
-MAN1= htags.1 btreeop.1 gozilla.1 gtags.1 global.1 gctags.1
+MAN1= gctags.1 global.1 gozilla.1 gtags.1 htags.1
post-patch:
- ${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
+ @${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
post-install:
install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
diff --git a/devel/global/distinfo b/devel/global/distinfo
index 898698c5f0f2..a75ce496248b 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1 +1 @@
-MD5 (global-4.5.tar.gz) = cd729b2798c8b2905a8c7b4913ba1ec5
+MD5 (global-4.5.1.tar.gz) = 6ae9b5deb9346011697532b394424eb8
diff --git a/devel/global/files/patch-aa b/devel/global/files/patch-aa
index 3457c357679d..a26bf1c37a65 100644
--- a/devel/global/files/patch-aa
+++ b/devel/global/files/patch-aa
@@ -1,16 +1,18 @@
---- doc/Makefile.in.orig Wed Aug 14 21:33:54 2002
-+++ doc/Makefile.in Wed Aug 14 21:36:13 2002
-@@ -203,13 +203,6 @@
+--- doc/Makefile.in.orig Thu Nov 14 20:04:38 2002
++++ doc/Makefile.in Thu Nov 14 20:09:05 2002
+@@ -311,14 +311,7 @@
done; \
done
@$(POST_INSTALL)
-- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+- @if (install-info --version && \
+- install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
- list='$(INFO_DEPS)'; \
- for file in $$list; do \
- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
- done; \
- else : ; fi
++
+ install-man:
- uninstall-info:
- $(PRE_UNINSTALL)
+ installcheck-am:
diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist
index f41f10e8e389..47e99f8f3fe0 100644
--- a/devel/global/pkg-plist
+++ b/devel/global/pkg-plist
@@ -1,4 +1,3 @@
-bin/btreeop
bin/gctags
bin/global
bin/gozilla