aboutsummaryrefslogtreecommitdiff
path: root/textproc/rnv
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 21:55:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 21:55:38 +0000
commitcd9ccf76457ae96cb1c376b06c161588d64bba6d (patch)
tree547731c375d1765f5ebb5a7810efdf3130596815 /textproc/rnv
parent5dcb7098b04b9b953cfc5cd8e05890ef11b7e552 (diff)
downloadports-cd9ccf76457ae96cb1c376b06c161588d64bba6d.tar.gz
ports-cd9ccf76457ae96cb1c376b06c161588d64bba6d.zip
Stage support
Notes
Notes: svn path=/head/; revision=338947
Diffstat (limited to 'textproc/rnv')
-rw-r--r--textproc/rnv/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile
index ccae7a99772e..1f6222e18e0b 100644
--- a/textproc/rnv/Makefile
+++ b/textproc/rnv/Makefile
@@ -9,16 +9,14 @@ MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
MAINTAINER= ports@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>