diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-08-31 17:47:43 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-08-31 17:47:43 +0000 |
commit | d540a94d11b8c6fdfa4fdfdeddc83c161f31b900 (patch) | |
tree | 5aa1b193d7bda98a63c90f95c7c2c22e7d0594a1 /japanese/hex | |
parent | 1949da6772e941ea5ed203d683f6eb8cb2b868fb (diff) |
Remove man page entries from the PLIST and define MAN? in the Makefile.
Notes
Notes:
svn path=/head/; revision=12969
Diffstat (limited to 'japanese/hex')
-rw-r--r-- | japanese/hex/Makefile | 5 | ||||
-rw-r--r-- | japanese/hex/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index e3feffc5c87d..ae7e6893705b 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 5, 1996 # Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp) # -# $Id: Makefile,v 1.6 1998/04/04 21:57:43 max Exp $ +# $Id: Makefile,v 1.7 1998/04/05 04:46:55 max Exp $ # DISTNAME= hex203 @@ -18,8 +18,7 @@ USE_IMAKE= yes PREFIX?= ${LOCALBASE} MTREE_FILE?= /etc/mtree/BSD.local.dist ALL_TARGET= hex -MAN1= hex.1 -MANCOMPRESSED= yes MANLANG= ja +MAN1= hex.1 .include <bsd.port.mk> diff --git a/japanese/hex/pkg-plist b/japanese/hex/pkg-plist index d0b32d733c08..6e75187ff82d 100644 --- a/japanese/hex/pkg-plist +++ b/japanese/hex/pkg-plist @@ -1,2 +1 @@ bin/hex -man/ja/man1/hex.1.gz |