aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake381/files/patch-aa
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-08-19 04:16:32 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-08-19 04:16:32 +0000
commit750640c350c47bc30fe105949c9443c9f271060a (patch)
treeea3b310dbb4d5aeaff15d6cf29f7c3f1096194e3 /devel/gmake381/files/patch-aa
parentcfabce736e831268fad9b7f1f7b299f9374cad26 (diff)
downloadports-750640c350c47bc30fe105949c9443c9f271060a.tar.gz
ports-750640c350c47bc30fe105949c9443c9f271060a.zip
Notes
Diffstat (limited to 'devel/gmake381/files/patch-aa')
-rw-r--r--devel/gmake381/files/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa
index 20ecba1091dc..df8551ec2e14 100644
--- a/devel/gmake381/files/patch-aa
+++ b/devel/gmake381/files/patch-aa
@@ -9,31 +9,3 @@
PACKAGE = @PACKAGE@
REMOTE = @REMOTE@
VERSION = @VERSION@
-@@ -259,12 +259,12 @@
- done; \
- done
- @$(POST_INSTALL)
-- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
-- for file in $(INFO_DEPS); do \
-- echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
-- install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
-- done; \
-- else : ; fi
-+# @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
-+# for file in $(INFO_DEPS); do \
-+# echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
-+# install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
-+# done; \
-+# else : ; fi
-
- uninstall-info:
- $(PRE_UNINSTALL)
-@@ -476,7 +476,7 @@
-
- uninstall: uninstall-recursive uninstall-am
-
--all: all-recursive-am all-am
-+all: all-recursive-am all-am info
-
- install-strip:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install