diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-08 10:00:50 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-08 10:00:50 +0000 |
| commit | 78fc1cff98974adce07caa644c8c7da110ebf251 (patch) | |
| tree | 3a03abaec09c4cf669ff94593ca526f428c41e47 /gnu | |
| parent | 3a3b50cbe6c16bd0a6c99fa575ba57465f5bd3ed (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 063660682782..63911befb84e 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} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \ /dev/null ${DESTDIR}${TMACDIR}/mm/${locale} .endif .endfor - -.include <bsd.prog.mk> - -.PATH: ${DIST_DIR}/mm |
