summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authortonio <tonio>2005-10-16 11:37:16 +0000
committertonio <tonio>2005-10-16 11:37:16 +0000
commit2978e163775a91b089746b2cd53245167b8232bc (patch)
treec69ef4d79e33172a78699059be8dba06d67d2322 /lang/elk
parent890509f50d3c3a914defaca3fbb7543b5f7a57c0 (diff)
downloadpkgsrc-2978e163775a91b089746b2cd53245167b8232bc.tar.gz
Update patch-aa, which was forgotten during the update
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/patches/patch-aa47
1 files changed, 13 insertions, 34 deletions
diff --git a/lang/elk/patches/patch-aa b/lang/elk/patches/patch-aa
index 2c8f3938331..4d098ba1093 100644
--- a/lang/elk/patches/patch-aa
+++ b/lang/elk/patches/patch-aa
@@ -1,36 +1,15 @@
-$NetBSD: patch-aa,v 1.4 2002/01/09 23:04:55 seb Exp $
+$NetBSD: patch-aa,v 1.5 2005/10/16 11:37:16 tonio Exp $
---- Makefile.orig Mon Jul 31 14:56:26 1995
-+++ Makefile
-@@ -13,12 +13,7 @@
- src\
- scm\
- lib/misc\
-- lib/unix\
-- lib/xlib\
-- lib/xt\
-- lib/xaw\
-- lib/xm\
-- lib/xm/xt
-+ lib/unix ${ELK_SUBDIRS}
+--- configure.orig 2003-12-05 13:51:16.000000000 +0100
++++ configure
+@@ -25330,8 +25330,8 @@ _ACEOF
+ # The directory where all files are installed by running "make install". We
+ # cannot use AC_DEFINE_UNQUOTED here because ${prefix} is not set until the
+ # end of the configure script. Thanks to Phillip Rulon for spotting that.
+-CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\\\"\$(prefix)/share/elk\\\""
+-CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(prefix)/lib/elk\\\""
++CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\"\\\"\$(prefix)/share/elk\\\"\""
++CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\"\\\"\$(prefix)/lib/elk\\\"\""
+
+ #define FIND_AOUT defined(USE_LD) || defined(CAN_DUMP) || defined(INIT_OBJECTS)
- # ----------------------------------------------------------------------
-
-@@ -37,10 +32,16 @@
- done
-
- install:
-- @for i in $(SUBDIRS) ;\
-+ @for i in $(SUBDIRS) doc/man;\
- do \
- echo Installing $$i...; \
- ( cd $$i ; $(MAKE) install ) || exit $$?; \
-+ done
-+ mkdir -p ${PREFIX}/share/doc/elk
-+ @for i in bitstring cprog kernel oops record regexp unix usenix \
-+ xlib xt; do \
-+ echo "Installing postscript docs for $$i"; \
-+ ${BSD_INSTALL_DATA} doc/$$i/*.ps ${PREFIX}/share/doc/elk; \
- done
-
- localize: