svn commit: r313092 - head/emulators/m2000

Martin Wilke miwi at FreeBSD.org
Thu Feb 28 15:04:49 UTC 2013


Author: miwi
Date: Thu Feb 28 15:04:48 2013
New Revision: 313092
URL: http://svnweb.freebsd.org/changeset/ports/313092

Log:
  - unbreak build
  - while here trim header

Modified:
  head/emulators/m2000/Makefile   (contents, props changed)

Modified: head/emulators/m2000/Makefile
==============================================================================
--- head/emulators/m2000/Makefile	Thu Feb 28 12:43:19 2013	(r313091)
+++ head/emulators/m2000/Makefile	Thu Feb 28 15:04:48 2013	(r313092)
@@ -1,10 +1,5 @@
-#
-# New ports collection makefile for:	m2000
-# Date created:				2005-08-23
-# Whom:					Edwin Groothuis <edwin at mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin at mavetju.org>
 # $FreeBSD$
-#
 
 PORTNAME=	m2000
 PORTVERSION=	0.6
@@ -24,7 +19,7 @@ EXTRACT_ONLY=	${PORTNAME:U}${EXTRACT_SUF
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	A portable emulator for the Philips P2000 home computer
 
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 
 M2000TAPES=	3DDoolhof2.cas		\
 		BrickWall.cas		\


More information about the svn-ports-head mailing list