summaryrefslogtreecommitdiff
path: root/japanese/pips800
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-12-14 14:46:15 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-12-14 14:46:15 +0000
commita1edb7c7c9f81daa701e2d419a7470a9a18ca202 (patch)
treed4aba9fcc693cae26fa360a4b6d7037547a738fb /japanese/pips800
parent- Update port to 1.5.2 (diff)
(1) When I committed ports of pips{2200,3000,3300,670,750,900},
I must commit modification for pips800 which is a master port for these. I forgot it. (2) Simplify slave ports in japapese (modifying Makefile and deleting pkg-plist).
Notes
Notes: svn path=/head/; revision=35977
Diffstat (limited to 'japanese/pips800')
-rw-r--r--japanese/pips800/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/japanese/pips800/Makefile b/japanese/pips800/Makefile
index 50e32a5fc927..9c83ac1d279b 100644
--- a/japanese/pips800/Makefile
+++ b/japanese/pips800/Makefile
@@ -2,22 +2,26 @@
# Date created: 00/04/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
-# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.1.1.1 2000-09-01 16:28:23 taoka Exp $
+# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.2 2000-12-14 14:46:14 taoka Exp $
#
PORTNAME= pips${PRTYPE}
-PORTVERSION= 1.2
-CATEGORIES?= japanese print linux
+PORTVERSION?= 1.2
+CATEGORIES= japanese print linux
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale
+
PREFIX= /compat/linux
NO_BUILD= yes
USE_PERL5= yes
ONLY_FOR_ARCHS= i386
+# for slave ports
+COMMENT= ${.CURDIR}/pkg-comment
+DESCR= ${.CURDIR}/pkg-descr
.include <bsd.port.pre.mk>
@@ -31,12 +35,17 @@ do-install: # empty
# target for maintainer
_MAKE_COMMENT_DESCR:
.if ${PRTYPE} != 800
-.for file in pkg/COMMENT pkg/DESCR
+.for file in pkg-comment pkg-descr
.if ${PRTYPE} == 820_3300
${SED} -e 's/PM-800C/PM-820C PM-3300C/g' \
-e 's/pm800c/pm820c_3300c/g' \
-e 's/800/${PRTYPE}/g' \
${MASTERDIR}/${file} > ${.CURDIR}/${file}
+.elif ${PRTYPE} == 750_2000
+ ${SED} -e 's/PM-800C/PM-750C PM-2000C/g' \
+ -e 's/pm800c/pm750c_2000c/g' \
+ -e 's/800/${PRTYPE}/g' \
+ ${MASTERDIR}/${file} > ${.CURDIR}/${file}
.else
${SED} -e 's/800/${PRTYPE}/g' ${MASTERDIR}/${file} \
> ${.CURDIR}/${file}