summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-14 16:47:46 +0000
committerhubertf <hubertf>1998-02-14 16:47:46 +0000
commit95981caaab33acb500d91c3dfcae7d7a2a113568 (patch)
tree0ca36cd05ec55249a6b4278c24bdcdaf798bee52 /devel
parent9d95e5df57148fb797b9d82e740b4cc9bee8c62e (diff)
downloadpkgsrc-95981caaab33acb500d91c3dfcae7d7a2a113568.tar.gz
Use our own INSTALL_SCRIPT; enhances fix to PR 4989.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs/Makefile4
-rw-r--r--devel/cvs/patches/patch-ad9
2 files changed, 3 insertions, 10 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 65812d3ffe7..c8693501d9b 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1997
# Whom: lamj@stat.cmu.edu
#
-# $NetBSD: Makefile,v 1.5 1998/01/24 03:59:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1998/02/14 16:47:46 hubertf Exp $
#
DISTNAME= cvs-1.9
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
.endif
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
diff --git a/devel/cvs/patches/patch-ad b/devel/cvs/patches/patch-ad
index ebf4cab0987..a4eb3573a3b 100644
--- a/devel/cvs/patches/patch-ad
+++ b/devel/cvs/patches/patch-ad
@@ -1,14 +1,5 @@
--- contrib/Makefile.in.orig Fri Feb 13 17:39:12 1998
+++ contrib/Makefile.in Fri Feb 13 17:41:51 1998
-@@ -43,7 +43,7 @@
- # Use cp if you don't have install.
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = ${INSTALL} -m 0555
-
- DISTFILES = \
- ChangeLog README .cvsignore intro.doc \
@@ -89,10 +89,10 @@
$(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \
done