Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 02:29:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342375 - head/textproc/libxslt
Message-ID:  <201402030229.s132TA7w075032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030229.s132TA7w075032>