summaryrefslogtreecommitdiff
path: root/lang/pike73/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pike73/files/patch-aa')
-rw-r--r--lang/pike73/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/pike73/files/patch-aa b/lang/pike73/files/patch-aa
deleted file mode 100644
index f463f191497f..000000000000
--- a/lang/pike73/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Sun Jul 30 03:40:14 2000
-+++ Makefile.in Mon Sep 18 21:26:01 2000
-@@ -240,7 +240,7 @@
-
- hilfe: $(TMP_BINDIR)/hilfe Makefile
- @echo "Creating ./hilfe..."; \
-- if [ "$(exec_prefix)" != "/usr/local/bin" -a \
-+ if [ true -o \
- "$(exec_prefix)" != "/usr/local/bin/" ]; then \
- ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
- >./hilfe && chmod 755 ./hilfe) || exit 1 ; \
-@@ -271,7 +271,7 @@
-
- # install
- install: pike hilfe pike-module aclocal
-- @$(RUNPIKE) $(TMP_BINDIR)/install.pike --new-style \
-+ @$(RUNPIKE) $(TMP_BINDIR)/install.pike --traditional \
- exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \
- TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \
- SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \