Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 13:57:23 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182391: [MAINTAINER] japanese/eblook: add staging support.
Message-ID:  <20130926045723.10FFA1C2ADD@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201309260500.r8Q5005p007013@freefall.freebsd.org>

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

>Number:         182391
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/eblook: add staging support.
>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:   Thu Sep 26 05:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:52:11 JST 2013 xxxx amd64


	
>Description:
	
	- Add staging support.
	- Convert to new LIB_DEPENDS format.

>How-To-Repeat:
	
>Fix:

	

--- patch-ja-eblook begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328328)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
+LIB_DEPENDS=	libeb.so:${PORTSDIR}/japanese/eb
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-eb-includes=${PREFIX}/include \
@@ -23,14 +23,13 @@
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	for i in AUTHORS COPYING ChangeLog NEWS README ; do \
-		${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
+		${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${DOCSDIR} ;\
 	done
 .endif
 
--- patch-ja-eblook ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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