aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-30 20:48:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-30 20:48:03 +0000
commite3519f9e1c598c8b8204480ea9a0201769462c00 (patch)
tree39000e84a310ad159c805b92879ce28723b2a33e /gnu
parent7a4511d4cc5378878d80c4d925166313114cc691 (diff)
downloadsrc-e3519f9e1c598c8b8204480ea9a0201769462c00.tar.gz
src-e3519f9e1c598c8b8204480ea9a0201769462c00.zip
Replace beforeinstall: with plain FILES.
Notes
Notes: svn path=/head/; revision=114327
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/font/Makefile.dev9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.bin/groff/font/Makefile.dev b/gnu/usr.bin/groff/font/Makefile.dev
index a485d1cc7968..6516cd44837f 100644
--- a/gnu/usr.bin/groff/font/Makefile.dev
+++ b/gnu/usr.bin/groff/font/Makefile.dev
@@ -1,11 +1,6 @@
# $FreeBSD$
-DEVICEDIR?= ${fontdir}/dev${DEV}
-
-all: ${DEVFILES}
-
-beforeinstall: ${DEVFILES}
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
- ${.ALLSRC} ${DESTDIR}${DEVICEDIR}
+FILES= ${DEVFILES}
+FILESDIR?= ${fontdir}/dev${DEV}
.include <bsd.prog.mk>