diff options
author | max <max@FreeBSD.org> | 1998-04-05 05:50:54 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-04-05 05:50:54 +0800 |
commit | 32244c05602e4c339709d429a0923bc00787e236 (patch) | |
tree | b56e0aa665303b7c8f853472d7211f1b1141d314 | |
parent | f7cc4db6a927089f6a55576c53b88c50a3c7c4db (diff) | |
download | freebsd-ports-gnome-32244c05602e4c339709d429a0923bc00787e236.tar.gz freebsd-ports-gnome-32244c05602e4c339709d429a0923bc00787e236.tar.zst freebsd-ports-gnome-32244c05602e4c339709d429a0923bc00787e236.zip |
Properly define MAN1 and MANCOMPRESSED.
Add ALL_TARGET=hex so that it really builds by invoking make build.
(Formerly, it built when make install was invoked.)
-rw-r--r-- | japanese/hex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index b766d0a5021f..fe192f8d9e82 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.2 1997/09/14 23:07:36 max Exp $ +# $Id: Makefile,v 1.3 1997/11/16 09:25:46 fenner Exp $ # DISTNAME= hex203 @@ -15,9 +15,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= yu@pastel.club.or.jp USE_IMAKE= yes - PREFIX?= ${LOCALBASE} - +MTREE_FILE?= /etc/mtree/BSD.local.dist +ALL_TARGET= hex +MAN1= hex.1 +MANCOMPRESSED= yes MANLANG= ja_JP.EUC .include <bsd.port.mk> |