diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-18 21:29:10 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-18 21:29:10 +0000 |
commit | 227648818b04ae03a6b948844424a0d8ff3fbaf5 (patch) | |
tree | 7d19029711684afa720f6433b52791f157deaccf /editors/ex | |
parent | 13da5d6ea6a3351c6e3671099990eab06e2c26e7 (diff) | |
download | pkgsrc-227648818b04ae03a6b948844424a0d8ff3fbaf5.tar.gz |
Change the INSTALL value to make this package actually install.
Diffstat (limited to 'editors/ex')
-rw-r--r-- | editors/ex/distinfo | 4 | ||||
-rw-r--r-- | editors/ex/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo index 7eeb136bf30..e7aa1611f1f 100644 --- a/editors/ex/distinfo +++ b/editors/ex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/02/15 22:29:39 itojun Exp $ +$NetBSD: distinfo,v 1.4 2004/02/18 21:29:10 kristerw Exp $ SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09 Size (ex-040103.tar.gz) = 284130 bytes -SHA1 (patch-aa) = 6bc9f0bc5040d17f02da1417dcfc662b4dd4093b +SHA1 (patch-aa) = 28d07a850482fffa5e0726438868b55a94105e50 diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa index 28e2f78798b..7f930762331 100644 --- a/editors/ex/patches/patch-aa +++ b/editors/ex/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2004/02/15 22:29:39 itojun Exp $ +$NetBSD: patch-aa,v 1.4 2004/02/18 21:29:10 kristerw Exp $ --- Makefile.orig 2004-01-03 23:22:47.000000000 +0900 +++ Makefile 2004-02-16 07:24:39.000000000 +0900 @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.3 2004/02/15 22:29:39 itojun Exp $ # -INSTALL = /usr/ucb/install +#INSTALL = /usr/ucb/install -+INSTALL = ${INSTALL_PROGRAM} ++INSTALL = ${BSD_INSTALL} # # Compiler and linker flags. |