diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-25 03:40:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-25 03:40:43 +0000 |
commit | 6837dae70520a45e93c3cd902f3eab6ed0477a31 (patch) | |
tree | 8773dd51ee5603ef848ed0a52686ebfb88483f5d /japanese/kterm16c/Makefile | |
parent | bb4da97d62818d570621c578fc1b1d482c02e895 (diff) |
Notes
Diffstat (limited to 'japanese/kterm16c/Makefile')
-rw-r--r-- | japanese/kterm16c/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/kterm16c/Makefile b/japanese/kterm16c/Makefile index 425e28ba856d..2353caa58856 100644 --- a/japanese/kterm16c/Makefile +++ b/japanese/kterm16c/Makefile @@ -3,14 +3,13 @@ # Date created: 18 November 1994 # Whom: asami # -# $id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ +# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ # DISTNAME= kterm-6.1.0 USE_IMAKE= yes MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ -EXTRACT_SUFX= .tar.gz -PREFIX= /usr/X11R6 +INSTALL_MANPAGES= yes PKG_CMD= pkg_create -N .include <bsd.port.mk> |