diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-11-02 12:06:08 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-11-02 12:06:08 +0000 |
commit | 987c693547e6f68dd81b2f1fd305665c977165b1 (patch) | |
tree | d0166e8a53e9636eff0c201ff1fa922450154d67 /japanese | |
parent | 76aefbc35cb2d5f89ffdf1bceb1690e4aa5deb99 (diff) | |
download | pkgsrc-987c693547e6f68dd81b2f1fd305665c977165b1.tar.gz |
Use MANCOMPRESSED_IF_MANZ
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/man/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile index aaf124e1c15..93f3a31754e 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/02 11:11:42 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/02 12:06:08 sakamoto Exp $ DISTNAME= NetBSD1.3I-jman-19990531 PKGNAME= ja-man-19990531 @@ -20,10 +20,9 @@ PLIST_SRC= ${WRKDIR}/PLIST MESSAGE_SRC= ${PKGDIR}/MESSAGE MESSAGE_FILE= ${WRKDIR}/.MESSAGE +MANCOMPRESSED_IF_MANZ= yes + .include "../../mk/bsd.prefs.mk" -.ifdef MANZ -MANCOMPRESSED= yes -.endif post-extract: @${GTAR} cCf ${PREFIX}/share/groff/tmac - tmac.andoc tmac.doc \ |