diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-14 16:54:45 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-14 16:54:45 +0000 |
commit | 3f6528e23efd77efaed3d92a79a1eb0bfeb182d1 (patch) | |
tree | fc7e4002c45b5cb5db8f1ed88873f56d9abcdde9 /editors | |
parent | 79203fa5b2590cd9334f98ae2272a9983c3eae2d (diff) | |
download | pkgsrc-3f6528e23efd77efaed3d92a79a1eb0bfeb182d1.tar.gz |
Enhance fix to PR 4989 by using our own INSTALL_SCRIPT.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs20/patches/patch-ac | 8 |
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 \ |