svn commit: r341638 - head/comms/anyremote

Martin Wilke miwi at FreeBSD.org
Tue Jan 28 16:48:23 UTC 2014


Author: miwi
Date: Tue Jan 28 16:48:22 2014
New Revision: 341638
URL: http://svnweb.freebsd.org/changeset/ports/341638
QAT: https://qat.redports.org/buildarchive/r341638/

Log:
  - Stage support

Modified:
  head/comms/anyremote/Makefile
  head/comms/anyremote/pkg-plist

Modified: head/comms/anyremote/Makefile
==============================================================================
--- head/comms/anyremote/Makefile	Tue Jan 28 16:48:14 2014	(r341637)
+++ head/comms/anyremote/Makefile	Tue Jan 28 16:48:22 2014	(r341638)
@@ -20,7 +20,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB
 OPTIONS_DEFINE=	DOCS DBUS X11
 OPTIONS_DEFAULT=	DBUS X11
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MDBUS}
@@ -37,9 +36,6 @@ USE_XORG=	x11 xtst
 
 MAKE_ARGS+=	LDFLAGS="-L${LOCALBASE}/lib"
 
-MAN1=		anyremote.1
-MANCOMPRESSED=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|(datadir)/man/man1|(mandir)/man1|g' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|xtext|xtest|g' ${WRKSRC}/configure

Modified: head/comms/anyremote/pkg-plist
==============================================================================
--- head/comms/anyremote/pkg-plist	Tue Jan 28 16:48:14 2014	(r341637)
+++ head/comms/anyremote/pkg-plist	Tue Jan 28 16:48:22 2014	(r341638)
@@ -1,4 +1,5 @@
 bin/anyremote
+man/man1/anyremote.1.gz
 %%DATADIR%%/cfg-data/Utils/weather.sh
 %%DATADIR%%/cfg-data/Utils/imdb-mf.sh
 %%DATADIR%%/cfg-data/Utils/generate_cover.sh


More information about the svn-ports-all mailing list