diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-14 12:21:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-14 12:21:57 +0000 |
| commit | ae862803e0b193ea9f0cf80bcae97babf2e04536 (patch) | |
| tree | 3e7e6fffa6213cbab33da4a2ceaefa8324c7bc53 /gnu/usr.bin/groff | |
| parent | 7eeb0bd7113ac7c1d3a364846fc26462f15c296b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index d6a63edb1e39..db77dc550c2a 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.own.mk> # SHAREDIR + TMACOWN?= ${BINOWN} TMACGRP?= ${BINGRP} TMACMODE?= ${NOBINMODE} @@ -78,6 +80,8 @@ beforeinstall: .if !exists(${DESTDIR}${TMACDIR}/man.local) ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${DIST_DIR}/man.local ${DESTDIR}${TMACDIR} +.else + @:>>${DESTDIR}${TMACDIR}/man.local .endif .include <bsd.prog.mk> |
