summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-14 16:54:45 +0000
committerhubertf <hubertf>1998-02-14 16:54:45 +0000
commita2de0e1d7e85d9e84919091d2c1786d7f9fc0f96 (patch)
treefc7e4002c45b5cb5db8f1ed88873f56d9abcdde9 /editors
parent95981caaab33acb500d91c3dfcae7d7a2a113568 (diff)
downloadpkgsrc-a2de0e1d7e85d9e84919091d2c1786d7f9fc0f96.tar.gz
Enhance fix to PR 4989 by using our own INSTALL_SCRIPT.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile4
-rw-r--r--editors/xemacs20/patches/patch-ac8
2 files changed, 3 insertions, 9 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 69cfe3ebef4..8a6a80dbad5 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $NetBSD: Makefile,v 1.10 1998/02/09 00:27:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 1998/02/14 16:54:45 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -49,6 +49,8 @@ CONFIGURE_ARGS+= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \
${WITH_MULE} ${WITH_DIALOGS}
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
diff --git a/editors/xemacs20/patches/patch-ac b/editors/xemacs20/patches/patch-ac
index 1fe226c1f0c..e696b01daee 100644
--- a/editors/xemacs20/patches/patch-ac
+++ b/editors/xemacs20/patches/patch-ac
@@ -1,13 +1,5 @@
--- lib-src/Makefile.in.in.orig Fri Feb 13 18:39:45 1998
+++ lib-src/Makefile.in.in Fri Feb 13 18:40:20 1998
-@@ -55,6 +55,7 @@
-
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = ${INSTALL} -m 555
- INSTALL_DATA = @INSTALL_DATA@
-
- ## ========================== Lists of Files ===========================
@@ -197,7 +198,7 @@
if test `(cd ${archlibdir} && $(pwd))` \
!= `(cd ${srcdir} && $(pwd))`; then \