svn commit: r342375 - head/textproc/libxslt

Martin Wilke miwi at FreeBSD.org
Mon Feb 3 02:29:11 UTC 2014


Author: miwi
Date: Mon Feb  3 02:29:10 2014
New Revision: 342375
URL: http://svnweb.freebsd.org/changeset/ports/342375
QAT: https://qat.redports.org/buildarchive/r342375/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/textproc/libxslt/Makefile
  head/textproc/libxslt/pkg-plist

Modified: head/textproc/libxslt/Makefile
==============================================================================
--- head/textproc/libxslt/Makefile	Mon Feb  3 02:23:47 2014	(r342374)
+++ head/textproc/libxslt/Makefile	Mon Feb  3 02:29:10 2014	(r342375)
@@ -15,7 +15,7 @@ COMMENT?=	The XSLT C library for GNOME
 
 .if !defined(REFERENCE_PORT)
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME?=	gnomehack libxml2
@@ -29,8 +29,6 @@ LICENSE=	MIT
 .if defined(MASTERDIR)
 _SLAVE_PORT=	yes
 .else
-MAN3=		libexslt.3 libxslt.3
-MAN1=		xsltproc.1
 
 OPTIONS_DEFINE=	MEM_DEBUG CRYPTO
 OPTIONS_DEFAULT=CRYPTO
@@ -38,7 +36,6 @@ MEM_DEBUG_DESC=	Enable memory debugging
 CRYPTO_DESC=	Enable crypto support for exslt
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMEM_DEBUG}

Modified: head/textproc/libxslt/pkg-plist
==============================================================================
--- head/textproc/libxslt/pkg-plist	Mon Feb  3 02:23:47 2014	(r342374)
+++ head/textproc/libxslt/pkg-plist	Mon Feb  3 02:29:10 2014	(r342375)
@@ -37,6 +37,9 @@ lib/xsltConf.sh
 libdata/pkgconfig/libexslt.pc
 libdata/pkgconfig/libxslt.pc
 share/aclocal/libxslt.m4
+man/man1/xsltproc.1.gz
+man/man3/libexslt.3.gz
+man/man3/libxslt.3.gz
 @dirrmtry lib/libxslt-plugins
 @dirrm include/libxslt
 @dirrm include/libexslt


More information about the svn-ports-all mailing list