svn commit: r343864 - head/lang/munger

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 07:16:25 UTC 2014


Author: miwi
Date: Wed Feb 12 07:16:24 2014
New Revision: 343864
URL: http://svnweb.freebsd.org/changeset/ports/343864
QAT: https://qat.redports.org/buildarchive/r343864/

Log:
  - Stage support

Modified:
  head/lang/munger/Makefile
  head/lang/munger/pkg-plist

Modified: head/lang/munger/Makefile
==============================================================================
--- head/lang/munger/Makefile	Wed Feb 12 07:14:49 2014	(r343863)
+++ head/lang/munger/Makefile	Wed Feb 12 07:16:24 2014	(r343864)
@@ -13,13 +13,9 @@ LIB_DEPENDS=	libtre.so:${PORTSDIR}/textp
 
 DATADIR=	${PREFIX}/share/${PORTNAME}-${PORTVERSION}
 
-MAN1=		munger.1
-MANCOMPRESSED=	yes
-
 OPTIONS_DEFINE=	SQLITE
 OPTIONS_DEFAULT=	SQLITE
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSQLITE}

Modified: head/lang/munger/pkg-plist
==============================================================================
--- head/lang/munger/pkg-plist	Wed Feb 12 07:14:49 2014	(r343863)
+++ head/lang/munger/pkg-plist	Wed Feb 12 07:16:24 2014	(r343864)
@@ -17,4 +17,5 @@ bin/munger
 %%DATADIR%%/view.munger
 %%DATADIR%%/cal.munger
 %%DATADIR%%/xml2buffer.munger
+man/man1/munger.1.gz
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list