svn commit: r328622 - head/japanese/eblook
Antoine Brodin
antoine at FreeBSD.org
Sat Sep 28 19:16:19 UTC 2013
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>
More information about the svn-ports-head
mailing list