Summary: | [MAINTAINER] japanese/eblook: add staging support. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yasuhiro Kimura
2013-09-26 06:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->antoine Take Author: antoine Date: Sat Sep 28 19:16:18 2013 New Revision: 328622 URL: http://svnweb.freebsd.org/changeset/ports/328622 Log: Convert to STAGEDIR PR: ports/182391 Submitted by: Yasuhiro KIMURA Deleted: head/japanese/eblook/pkg-plist Modified: head/japanese/eblook/Makefile Modified: head/japanese/eblook/Makefile ============================================================================== --- head/japanese/eblook/Makefile Sat Sep 28 19:09:26 2013 (r328621) +++ head/japanese/eblook/Makefile Sat Sep 28 19:16:18 2013 (r328622) @@ -13,25 +13,24 @@ COMMENT= Command to lookup words in EB f 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 \ --with-eb-libraries=${PREFIX}/lib INFO= eblook +PLIST_FILES= bin/eblook +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - for i in AUTHORS COPYING ChangeLog NEWS README ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\ - done + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Patch committed, thanks! |