diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 01:58:53 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 01:58:53 +0000 |
| commit | 41ae2b9560f9f04dd1e4eb4ca64fd791c68577d7 (patch) | |
| tree | 9b353f22af06129d55622829072ec4c3d1cc6b20 /gnu | |
| parent | e57cf9e3b2d80a7f79cc2d45e490b421495cd2bf (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvsbug/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvsinit/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index 1447a619c53d..3e21c047ec13 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/11 00:45:41 peter Exp $ +# $Id: Makefile,v 1.3 1995/12/11 01:23:42 peter Exp $ SUBDIR= pcl-cvs @@ -26,7 +26,7 @@ all: ${SCRIPTS} sed -e 's,xPERL_PATHx,$(PERLPATH),' $< > $@ -afterinstall: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${SCRIPTS} ${DESTDIR}${EXAMPDIR}/contrib cd ${.CURDIR} ; \ diff --git a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile index 54e71ff5787d..7186a6b99ece 100644 --- a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile +++ b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1995/12/11 01:23:44 peter Exp $ +# $Id: Makefile,v 1.6 1995/12/11 01:27:18 peter Exp $ FILES= ChangeLog INSTALL NEWS README \ compile-all.el pcl-cvs-lucid.el pcl-cvs-startup.el \ @@ -8,7 +8,7 @@ NOOBJ= noobj EXAMPDIR= /usr/share/examples/cvs -afterinstall: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${FILES} ${DESTDIR}${EXAMPDIR}/pcl-cvs diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index 2117ddab11d9..b2644bf0d631 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/07/25 00:31:51 bde Exp $ +# $Id: Makefile,v 1.1 1995/12/10 23:05:53 peter Exp $ MAN8= cvsbug.8 @@ -16,7 +16,7 @@ all: cvsbug sed -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@ -afterinstall: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsbug ${DESTDIR}${BINDIR}/cvsbug diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile index 8cc2d0a325f1..1af01d34575d 100644 --- a/gnu/usr.bin/cvs/cvsinit/Makefile +++ b/gnu/usr.bin/cvs/cvsinit/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/07/25 00:31:51 bde Exp $ +# $Id: Makefile,v 1.3 1995/12/10 23:06:37 peter Exp $ MAN8= cvsinit.8 @@ -18,7 +18,7 @@ all: cvsinit sed -e 's,xLIBDIRx,$(EXAMPDIR),g' \ -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@ -afterinstall: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsinit ${DESTDIR}${BINDIR}/cvsinit |
