svn commit: r338947 - head/textproc/rnv

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 21:55:38 UTC 2014


Author: antoine
Date: Mon Jan  6 21:55:38 2014
New Revision: 338947
URL: http://svnweb.freebsd.org/changeset/ports/338947

Log:
  Stage support

Modified:
  head/textproc/rnv/Makefile

Modified: head/textproc/rnv/Makefile
==============================================================================
--- head/textproc/rnv/Makefile	Mon Jan  6 21:50:26 2014	(r338946)
+++ head/textproc/rnv/Makefile	Mon Jan  6 21:55:38 2014	(r338947)
@@ -9,16 +9,14 @@ MASTER_SITES=	SF/${PORTNAME}/Sources/${P
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Relax NG Compact Syntax validator
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-expat="${LOCALBASE}"
 
-MAN1=		rnv.1
-PLIST_FILES=	bin/arx bin/rnv bin/rvp bin/xsdck
+PLIST_FILES=	bin/arx bin/rnv bin/rvp bin/xsdck man/man1/rnv.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list