diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:57:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:57:44 +0800 |
commit | fde42ef3242e5e7cd7fd2d929af8b1949cf3aa8b (patch) | |
tree | 0ef292dcf6e20848b5d22077e33820dac5c4658e /textproc/xqilla | |
parent | 6c80948095c31ea2df5f05d2c983093c30e7cf80 (diff) | |
download | freebsd-ports-gnome-fde42ef3242e5e7cd7fd2d929af8b1949cf3aa8b.tar.gz freebsd-ports-gnome-fde42ef3242e5e7cd7fd2d929af8b1949cf3aa8b.tar.zst freebsd-ports-gnome-fde42ef3242e5e7cd7fd2d929af8b1949cf3aa8b.zip |
- Add LICENSE_FILE
- Pet portlint
- Strip library
Diffstat (limited to 'textproc/xqilla')
-rw-r--r-- | textproc/xqilla/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index a6c148c708a2..f7e5612ad1f2 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -3,7 +3,7 @@ PORTNAME= xqilla PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -12,9 +12,8 @@ DISTNAME= XQilla-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XQuery and XPath2 library -OPTIONS_DEFINE= DOCS - LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 @@ -23,6 +22,9 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= * +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |