summaryrefslogtreecommitdiff
path: root/japanese/hex
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:50:54 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:50:54 +0000
commit507435e8923116a8d04e61f1c3186f9a768e6ef7 (patch)
tree6d34b07b8d1f9dfbb0b50f45018a3573da5a3092 /japanese/hex
parentUpgrade to 0.8.14, (diff)
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.)
Notes
Notes: svn path=/head/; revision=10422
Diffstat (limited to 'japanese/hex')
-rw-r--r--japanese/hex/Makefile8
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>