diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /lang/pike70/files/patch-aa | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'lang/pike70/files/patch-aa')
-rw-r--r-- | lang/pike70/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/pike70/files/patch-aa b/lang/pike70/files/patch-aa deleted file mode 100644 index f463f191497f..000000000000 --- a/lang/pike70/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)" \ |