summaryrefslogtreecommitdiff
path: root/devel/readline
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-08 14:26:13 +0000
committeragc <agc@pkgsrc.org>1999-03-08 14:26:13 +0000
commit9d1623c92ca0f01064aa8fc2ead8fc4d0bda143b (patch)
tree832da2855eb279c71722e1cb8929fe1696839303 /devel/readline
parentd1c9165bd2a76f01cdeb4f1a125191aa4e9971f6 (diff)
downloadpkgsrc-9d1623c92ca0f01064aa8fc2ead8fc4d0bda143b.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'devel/readline')
-rw-r--r--devel/readline/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/readline/patches/patch-ae b/devel/readline/patches/patch-ae
index aabfb823c2f..2c8a950450a 100644
--- a/devel/readline/patches/patch-ae
+++ b/devel/readline/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 1998/08/07 10:40:28 agc Exp $
+$NetBSD: patch-ae,v 1.3 1999/03/08 14:26:13 agc Exp $
--- Makefile.in.orig Fri Apr 3 18:23:01 1998
+++ Makefile.in Tue Apr 21 10:09:52 1998
@@ -117,9 +117,9 @@ $NetBSD: patch-ae,v 1.2 1998/08/07 10:40:28 agc Exp $
-all: static
+install: ${INCSDIR} incinstall
-+ make LIB=readline libinstall
-+ make LIB=history libinstall
-+ ( cd doc; make install )
++ ${MAKE} LIB=readline libinstall
++ ${MAKE} LIB=history libinstall
++ ( cd doc; ${MAKE} install )
-static: $(STATIC_LIBS)
-shared: $(SHARED_LIBS)