Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 20:15:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341273 - head/textproc/expat2
Message-ID:  <201401262015.s0QKFfac012905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sun Jan 26 20:15:41 2014
New Revision: 341273
URL: http://svnweb.freebsd.org/changeset/ports/341273
QAT: https://qat.redports.org/buildarchive/r341273/

Log:
  Support staging.
  
  Sponsored by:	Absolight

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

Modified: head/textproc/expat2/Makefile
==============================================================================
--- head/textproc/expat2/Makefile	Sun Jan 26 20:15:15 2014	(r341272)
+++ head/textproc/expat2/Makefile	Sun Jan 26 20:15:41 2014	(r341273)
@@ -13,14 +13,12 @@ GNU_CONFIGURE=	yes
 ALL_TARGET=	default
 USES=		pathfix
 USE_LDCONFIG=	yes
-MAN1=		xmlwf.1
 
 # Increment only when there are incompatible API changes.
 SHLIB_MAJOR=	6
 
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's/@LIBCURRENT.*@/${SHLIB_MAJOR}/' \

Modified: head/textproc/expat2/pkg-plist
==============================================================================
--- head/textproc/expat2/pkg-plist	Sun Jan 26 20:15:15 2014	(r341272)
+++ head/textproc/expat2/pkg-plist	Sun Jan 26 20:15:41 2014	(r341273)
@@ -6,3 +6,4 @@ lib/libexpat.la
 lib/libexpat.so
 lib/libexpat.so.%%SHLIB_MAJOR%%
 libdata/pkgconfig/expat.pc
+man/man1/xmlwf.1.gz



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