diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-03 15:12:42 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-03 15:12:42 +0000 |
| commit | 801a888ee3b58094b0a14089919134fe41ae4401 (patch) | |
| tree | ff665ab9c0438c0f7f842b97f3e4e3542f17459f /gnu/usr.bin/groff | |
| parent | 1b2edc04eeeed2a1d3e920cc6a1a0590427cf10a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff')
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile index a6ed64e5dc59..03568029767b 100644 --- a/gnu/usr.bin/groff/contrib/mm/Makefile +++ b/gnu/usr.bin/groff/contrib/mm/Makefile @@ -17,14 +17,14 @@ MLINKS= groff_mm.7 mm.7 groff_mmse.7 mmse.7 CLEANFILES+= ${MAN} +.include <bsd.prog.mk> + +.PATH: ${DIST_DIR}/mm + beforeinstall: .for locale in ${LOCALE} -.if !exists(${locale}) || empty(${locale}) +.if !exists(${DESTDIR}${TMACDIR}/mm/${locale}) ${INSTALL} -c -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \ /dev/null ${DESTDIR}${TMACDIR}/mm/${locale} .endif .endfor - -.include <bsd.prog.mk> - -.PATH: ${DIST_DIR}/mm |
