aboutsummaryrefslogtreecommitdiff
path: root/japanese/qkc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/qkc
parent44bab554424ac7bb53311e5b4759d26455961887 (diff)
downloadports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz
ports-92cb14961276109a5c384faad8b01035e6c9a243.zip
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/qkc')
-rw-r--r--japanese/qkc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile
index fe07714dcfaf..24c78bacd3b6 100644
--- a/japanese/qkc/Makefile
+++ b/japanese/qkc/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 May 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1996/11/05 04:14:37 max Exp $
+# $Id: Makefile,v 1.5 1996/11/11 10:12:42 max Exp $
#
DISTNAME= qkcc100
@@ -21,11 +21,10 @@ EXTRACT_CMD= unzip
EXTRACT_ARGS= -q
NO_WRKSUBDIR= yes
ALL_TARGET=
+MAN1= qkc.1
do-install:
install -cs -o bin -g bin -m 755 ${WRKSRC}/qkc ${PREFIX}/bin
install -c -m 644 -o bin -g bin ${WRKSRC}/qkc.1 ${PREFIX}/man/man1
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man1/qkc.1
.include <bsd.port.mk>