Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 16:58:34 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337155 - head/comms/ebook2cwgui
Message-ID:  <201312211658.rBLGwYCF019930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sat Dec 21 16:58:34 2013
New Revision: 337155
URL: http://svnweb.freebsd.org/changeset/ports/337155

Log:
  - convert to stage

Added:
  head/comms/ebook2cwgui/pkg-plist   (contents, props changed)
Modified:
  head/comms/ebook2cwgui/Makefile

Modified: head/comms/ebook2cwgui/Makefile
==============================================================================
--- head/comms/ebook2cwgui/Makefile	Sat Dec 21 16:57:53 2013	(r337154)
+++ head/comms/ebook2cwgui/Makefile	Sat Dec 21 16:58:34 2013	(r337155)
@@ -9,18 +9,14 @@ MASTER_SITES=	http://fkurz.net/ham/ebook
 MASTER_SITE_SUBDIR=	db
 
 MAINTAINER=	db@FreeBSD.org
-COMMENT=	WxWidgets front end for ebooks2cw
+COMMENT=	gui front end for ebooks2cw
 
 RUN_DEPENDS=	ebook2cw:${PORTSDIR}/comms/ebook2cw
 
-MAN1=		ebook2cwgui.1
-
 USE_WX=	yes
 
-PLIST_FILES=	bin/ebook2cwgui
 PORTDOCS=	*
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:S,${PREFIX}/bin/,,}|g' \
 	     ${WRKSRC}/Makefile
@@ -29,13 +25,11 @@ post-patch:
 	     ${WRKSRC}/Makefile
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/ebook2cwgui ${PREFIX}/bin/ebook2cwgui
-	@${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${MANPREFIX}/man/man1
-.if     !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui
+	@${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for 	f in README COPYING ChangeLog
-	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f
+	@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f
 .endfor
-.endif
 
 .include <bsd.port.mk>

Added: head/comms/ebook2cwgui/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/ebook2cwgui/pkg-plist	Sat Dec 21 16:58:34 2013	(r337155)
@@ -0,0 +1,2 @@
+bin/ebook2cwgui
+man/man1/ebook2cwgui.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312211658.rBLGwYCF019930>