summaryrefslogtreecommitdiff
path: root/japanese/plan/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-06 08:52:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-06 08:52:05 +0000
commitf163bdd38687fe44ac11b9a352275bf5ab927e4a (patch)
tree9652a075156bacaa2bc6c26591d12c1d2929ac0d /japanese/plan/Makefile
parentAdd IPv6 support. (diff)
Fix JP support and make buildable for 1.8.4.
Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Notes
Notes: svn path=/head/; revision=38027
Diffstat (limited to 'japanese/plan/Makefile')
-rw-r--r--japanese/plan/Makefile22
1 files changed, 14 insertions, 8 deletions
diff --git a/japanese/plan/Makefile b/japanese/plan/Makefile
index d74516835f7e..9943e98e2071 100644
--- a/japanese/plan/Makefile
+++ b/japanese/plan/Makefile
@@ -6,20 +6,26 @@
# $FreeBSD$
#
-BROKEN= "doesn't build properly from version 1.7.1"
-
+PORTNAME= plan
+PORTVERSION= 1.8.4
CATEGORIES= japanese
+MAINTAINER= ports@FreeBSD.org
+
MAKE_ENV+= JAPANESE=yes
MASTERDIR= ${.CURDIR}/../../deskutils/plan
-.include "${MASTERDIR}/Makefile"
+PLIST= ${WRKDIR}/PLIST
+EXTRA_PATCHES= ${.CURDIR}/files/patch-*
-MAINTAINER= obrien@FreeBSD.org
+post-build:
+ ${ECHO} share/doc/plan/plan_calEUC.ps > ${WRKDIR}/PLIST
+ ${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/PLIST
-PLIST= ${WRKDIR}/PLIST
+post-install:
+ @${MKDIR} ${PREFIX}/share/netplan.dir
+ ${CHMOD} 1777 ${PREFIX}/share/netplan.dir
+ ${INSTALL_DATA} ${.CURDIR}/files/plan_calEUC.ps ${PREFIX}/share/doc/plan
-pre-install:
- ${ECHO} "share/doc/plan/plan_calSJ.ps" > ${PLIST}
- ${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
+.include "${MASTERDIR}/Makefile"