Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 02:18:52 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97156: japanese/plan: Update: 1.8.7 -> 1.9; take maintainership
Message-ID:  <1147396732.5513@charon.picobyte.net>
Resent-Message-ID: <200605120120.k4C1KDKe082422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97156
>Category:       ports
>Synopsis:       japanese/plan: Update: 1.8.7 -> 1.9; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 12 01:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Update to 1.9 (master port updated in previous PR)
- Convert spaces -> tabs
- Respect NOPORTDOCS

>How-To-Repeat:

>Fix:

--- ja-plan.diff begins here ---
diff -urN plan.orig/Makefile plan/Makefile
--- plan.orig/Makefile	Tue Jan 29 11:08:51 2002
+++ plan/Makefile	Thu May 11 18:37:49 2006
@@ -6,26 +6,32 @@
 # $FreeBSD: ports/japanese/plan/Makefile,v 1.13 2002/01/29 11:08:51 knu Exp $
 #
 
-PORTNAME=       plan
-PORTVERSION=    1.8.4
+PORTNAME=	plan
+PORTVERSION=	1.9
 CATEGORIES=	japanese
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 
 MAKE_ENV+=	JAPANESE=yes
 
 MASTERDIR=	${.CURDIR}/../../deskutils/plan
 
 PLIST=	${WRKDIR}/PLIST
-EXTRA_PATCHES=  ${.CURDIR}/files/patch-*
+EXTRA_PATCHES=	${.CURDIR}/files/patch-*
 
 post-build:
-	${ECHO_CMD} share/doc/plan/plan_calEUC.ps > ${WRKDIR}/PLIST
+.if !defined(NOPORTDOCS)
+	${ECHO_CMD} ${DOCSDIR:S|${PREFIX}||}/plan_calEUC.ps > ${WRKDIR}/PLIST
+.endif
 	${CAT} ${MASTERDIR}/pkg-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
+	@${MKDIR} ${DATADIR}/netplan.dir
+	${CHMOD} 1777 ${DATADIR}/netplan.dir
+
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${.CURDIR}/files/plan_calEUC.ps ${DOCSDIR}
+.endif
 
 .include	"${MASTERDIR}/Makefile"
--- ja-plan.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147396732.5513>