svn commit: r337833 - head/comms/wwl

Diane Bruce db at FreeBSD.org
Sat Dec 28 05:03:45 UTC 2013


Author: db
Date: Sat Dec 28 05:03:44 2013
New Revision: 337833
URL: http://svnweb.freebsd.org/changeset/ports/337833

Log:
  - convert to stage

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

Modified: head/comms/wwl/Makefile
==============================================================================
--- head/comms/wwl/Makefile	Sat Dec 28 04:52:46 2013	(r337832)
+++ head/comms/wwl/Makefile	Sat Dec 28 05:03:44 2013	(r337833)
@@ -13,19 +13,13 @@ MAINTAINER=	db at FreeBSD.org
 COMMENT=	Calculates distance (qrb) used in Amateur Radio
 
 CONFLICTS=	locator*
-PORTDOCS=	INSTALL
-PLIST_FILES=	bin/wwl bin/locator
-MAN1=		wwl.1
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
-	${RM} -f ${PREFIX}/bin/locator
-	${LN} ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
-	${INSTALL_DATA} ${WRKSRC}/wwl.1 ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
-.endif
+	@${INSTALL_PROGRAM} ${WRKSRC}/wwl ${STAGEDIR}${PREFIX}/bin
+	@${RM} -f ${STAGEDIR}${PREFIX}/bin/locator
+	@${LN} -sf wwl ${STAGEDIR}${PREFIX}/bin/locator
+	@${INSTALL_DATA} ${WRKSRC}/wwl.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Added: head/comms/wwl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/wwl/pkg-plist	Sat Dec 28 05:03:44 2013	(r337833)
@@ -0,0 +1,4 @@
+bin/wwl 
+man/man1/wwl.1.gz
+share/doc/wwl/INSTALL
+ at dirrm share/doc/wwl


More information about the svn-ports-head mailing list