aboutsummaryrefslogtreecommitdiff
path: root/japanese/qkc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-08-30 20:35:41 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-08-30 20:35:41 +0000
commitc41702f0b76d71412005818eb26939f9fdaee93f (patch)
treee16661b1b82696d9dda61d7d2225056a15ea1ce0 /japanese/qkc
parent627d79ce6df03089695e38515648963abcaae028 (diff)
downloadports-c41702f0b76d71412005818eb26939f9fdaee93f.tar.gz
ports-c41702f0b76d71412005818eb26939f9fdaee93f.zip
portlint.
Notes
Notes: svn path=/head/; revision=12942
Diffstat (limited to 'japanese/qkc')
-rw-r--r--japanese/qkc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile
index ca4c614e8727..70c6c76d756a 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.6 1996/11/13 12:41:10 asami Exp $
+# $Id: Makefile,v 1.7 1997/09/14 21:35:50 max Exp $
#
DISTNAME= qkcc100
@@ -24,7 +24,7 @@ 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
+ ${INSTALL_PROGRAM} ${WRKSRC}/qkc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${PREFIX}/man/man1
.include <bsd.port.mk>