ports/182391: [MAINTAINER] japanese/eblook: add staging support.
Yasuhiro KIMURA
yasu at utahime.org
Thu Sep 26 05:00:00 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list