From d3b805b0d31a26a4166cac2d9f6baf23027a5796 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 28 Feb 2013 15:04:48 +0000 Subject: - unbreak build - while here trim header --- emulators/m2000/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index 0c8196fcadd9..22a996a5b52a 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -1,10 +1,5 @@ -# -# New ports collection makefile for: m2000 -# Date created: 2005-08-23 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ -# PORTNAME= m2000 PORTVERSION= 0.6 @@ -24,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME:U}${EXTRACT_SUFX} MAINTAINER= edwin@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 \ -- cgit