Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2017 16:45:29 +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: r453630 - head/emulators/m2000
Message-ID:  <201711061645.vA6GjTnX071308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Mon Nov  6 16:45:29 2017
New Revision: 453630
URL: https://svnweb.freebsd.org/changeset/ports/453630

Log:
  - Remove archivers/zip build dependency

Modified:
  head/emulators/m2000/Makefile

Modified: head/emulators/m2000/Makefile
==============================================================================
--- head/emulators/m2000/Makefile	Mon Nov  6 16:41:17 2017	(r453629)
+++ head/emulators/m2000/Makefile	Mon Nov  6 16:45:29 2017	(r453630)
@@ -21,8 +21,6 @@ COMMENT=	Portable emulator for the Philips P2000 home 
 
 LICENSE=	NONE # and commercial distribution is explicitly prohibited
 
-EXTRACT_DEPENDS=${UNZIP_CMD}:archivers/unzip
-
 M2000TAPES=	3DDoolhof2.cas		\
 		BrickWall.cas		\
 		Componist.cas		\
@@ -52,11 +50,10 @@ OPTIONS_DEFINE=	DOCS
 
 post-extract:
 	${MKDIR} ${WRKDIR}/tapeconv
-	${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv
-	${MV} ${WRKDIR}/tapeconv/PCM2CAS.C ${WRKDIR}/tapeconv/PCM2CAS.c
+	${UNZIP_NATIVE_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv
 
 post-build:
-	${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/tapeconv/PCM2CAS ${WRKDIR}/tapeconv/PCM2CAS.c
+	${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/tapeconv/PCM2CAS ${WRKDIR}/tapeconv/PCM2CAS.C
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/m2000.sh ${STAGEDIR}${PREFIX}/bin/m2000



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