Bug 182391

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 Flags
patch-ja-eblook none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-09-26 06:00:00 UTC
	
	- Add staging support.
	- Convert to new LIB_DEPENDS format.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-09-28 13:02:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-28 20:16:31 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-09-28 20:43:41 UTC
State Changed
From-To: open->closed

Patch committed, thanks!