Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 15:30:01 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350987 - in head/emulators/xzx: . files
Message-ID:  <201404111530.s3BFU1L6003475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri Apr 11 15:30:00 2014
New Revision: 350987
URL: http://svnweb.freebsd.org/changeset/ports/350987
QAT: https://qat.redports.org/buildarchive/r350987/

Log:
  - Support STAGEDIR

Deleted:
  head/emulators/xzx/files/
Modified:
  head/emulators/xzx/Makefile
  head/emulators/xzx/pkg-plist

Modified: head/emulators/xzx/Makefile
==============================================================================
--- head/emulators/xzx/Makefile	Fri Apr 11 15:27:54 2014	(r350986)
+++ head/emulators/xzx/Makefile	Fri Apr 11 15:30:00 2014	(r350987)
@@ -21,12 +21,13 @@ RESTRICTED=	Redistribution forbidden by 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-oss
 
-MAN1=		xzx.1
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-pro
 
+pre-configure:
+	@${REINPLACE_CMD} 's,(pkglibdir),(datadir)/doc/@PACKAGE@,' ${WRKSRC}/doc/Makefile.in
+
 # Prevent configure from trying to run auto* since it's not needed and will
 # error if auto* < 2.54
-NO_STAGE=	yes
 post-configure:
 		@${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile
 		@${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile

Modified: head/emulators/xzx/pkg-plist
==============================================================================
--- head/emulators/xzx/pkg-plist	Fri Apr 11 15:27:54 2014	(r350986)
+++ head/emulators/xzx/pkg-plist	Fri Apr 11 15:30:00 2014	(r350987)
@@ -6,6 +6,7 @@ lib/xzx-pro/if1-v2.rom
 lib/xzx-pro/plus2.rom
 lib/xzx-pro/plus3.rom
 lib/xzx-pro/spectrum.rom
+man/man1/xzx.1.gz
 %%DOCSDIR%%/COPYRIGHT
 %%DOCSDIR%%/FAQ
 %%DOCSDIR%%/README



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