svn commit: r350987 - in head/emulators/xzx: . files

Alex Kozlov ak at FreeBSD.org
Fri Apr 11 15:30:01 UTC 2014


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 at autoheader@${TRUE}@g' ${WRKSRC}/Makefile
 		@${REINPLACE_CMD} 's at 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


More information about the svn-ports-head mailing list