Date: Sat, 28 Sep 2013 19:16:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328622 - head/japanese/eblook Message-ID: <201309281916.r8SJGJFv001967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281916.r8SJGJFv001967>