head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-4-RELEASE:1.5 netbsd-1-3-PATCH003:1.5 netbsd-1-3-PATCH002:1.4; locks; strict; comment @# @; 1.6 date 99.07.05.19.30.19; author tron; state dead; branches; next 1.5; 1.5 date 98.08.07.10.40.34; author agc; state Exp; branches; next 1.4; 1.4 date 98.02.25.01.22.56; author tron; state Exp; branches; next 1.3; 1.3 date 98.02.23.08.38.55; author tron; state Exp; branches; next 1.2; 1.2 date 98.02.14.16.54.46; author hubertf; state Exp; branches; next 1.1; 1.1 date 98.02.14.09.16.58; author tron; state Exp; branches; next ; desc @@ 1.6 log @This package was replaced by the "xemacs" package. @ text @$NetBSD: patch-ac,v 1.5 1998/08/07 10:40:34 agc Exp $ --- lib-src/Makefile.in.in.orig Sun Oct 12 03:39:30 1997 +++ lib-src/Makefile.in.in Wed Feb 25 01:34:51 1998 @@@@ -186,7 +186,7 @@@@ ## Install the internal utilities. Until they are installed, we can ## just run them directly from lib-src. -${archlibdir}: all +install-archlibdir: all @@echo; echo "Installing utilities run internally by XEmacs." ./make-path ${archlibdir} if test `(cd ${archlibdir} && $(pwd))` != `$(pwd)`; then \ @@@@ -197,20 +197,30 @@@@ if test `(cd ${archlibdir} && $(pwd))` \ != `(cd ${srcdir} && $(pwd))`; then \ for f in ${SCRIPTS}; do \ - (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \ + (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$$f ${archlibdir}/$$f); \ done ; \ fi ## We do not need to install "wakeup" explicitly, because it will be ## copied when this whole directory is copied. .PHONY : all maybe-blessmail install uninstall -install: ${archlibdir} +install: install-archlibdir @@echo; echo "Installing utilities for users to run." for file in ${INSTALLABLES} ; do \ - (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ + if [ $${file} = etags ] || [ $${file} = ctags ] || [ $${file} = b2m ] ; \ + then \ + (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/xemacs-$${file}) ; \ + else \ + (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ + fi \ done for file in ${INSTALLABLE_SCRIPTS} ; do \ - (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file}) ; \ + if [ $${file} = rcs-checkin ] || [ $${file} = send-pr ] ; \ + then \ + (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/xemacs-$${file}) ; \ + else \ + (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file}) ; \ + fi \ done uninstall: @ 1.5 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Make sure that "utilities run internally by XEmacs" are really installed. @ text @d1 2 @ 1.3 log @Thou shalt not clobber other packages files. @ text @d2 11 a12 2 +++ lib-src/Makefile.in.in Sun Feb 22 23:32:28 1998 @@@@ -197,7 +197,7 @@@@ d21 5 a25 2 @@@@ -207,10 +207,20 @@@@ install: ${archlibdir} @ 1.2 log @Enhance fix to PR 4989 by using our own INSTALL_SCRIPT. @ text @d1 3 a3 3 --- 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 @@@@ -197,7 +198,7 @@@@ d12 11 a22 2 @@@@ -210,7 +211,7 @@@@ (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ d26 6 a31 1 + (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file}) ; \ d34 1 @ 1.1 log @Don't try to strip scripts while installing. Fixes second half of PR pkg/4989 by David Brownlee. @ text @a2 8 @@@@ -55,6 +55,7 @@@@ INSTALL = @@INSTALL@@ INSTALL_PROGRAM = @@INSTALL_PROGRAM@@ +INSTALL_SCRIPT = ${INSTALL} -m 555 INSTALL_DATA = @@INSTALL_DATA@@ ## ========================== Lists of Files =========================== @