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/usr.bin/cvs/cvsbug | |
| parent | e57cf9e3b2d80a7f79cc2d45e490b421495cd2bf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/cvsbug')
| -rw-r--r-- | gnu/usr.bin/cvs/cvsbug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
