summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/grog/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
committerru <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
commitef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch)
tree056ad459e7adb0894bcede2c9ae571d853f222f1 /gnu/usr.bin/groff/grog/Makefile
parent06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff)
downloadFreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip
FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz
beforeinstall -> SCRIPTS.
Diffstat (limited to 'gnu/usr.bin/groff/grog/Makefile')
-rw-r--r--gnu/usr.bin/groff/grog/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile
index eb28285..d8304be 100644
--- a/gnu/usr.bin/groff/grog/Makefile
+++ b/gnu/usr.bin/groff/grog/Makefile
@@ -1,16 +1,11 @@
# $FreeBSD$
-MAN= grog.1
-CLEANFILES= grog ${MAN}
+SCRIPTS= grog
+MAN= grog.1
+CLEANFILES= ${SCRIPTS} ${MAN}
-all: grog
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} grog \
- ${DESTDIR}${BINDIR}
+grog: grog.sh
+ sed -e 's/@g@/$(g)/g' ${.ALLSRC} > ${.TARGET}
.include "../Makefile.cfg"
.include <bsd.prog.mk>
-
-grog: grog.sh
- sed -e 's/@g@/$(g)/g' ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud