From 464381592df8069687699eae56b1d9880bf850ba Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 30 Oct 1997 00:42:27 +0000 Subject: Make this port actually build (ok, not build) by defining NO_BUILD. It doesn't even have a Makefile! --- audio/xmpeg3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/xmpeg3') diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 650137e30748..3e56ed614bb9 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: doconnor@ist.flinders.edu.au # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/29 12:16:52 tg Exp $ # DISTNAME= xmp3_1.0.0 @@ -18,6 +18,7 @@ RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ wish4.2:${PORTSDIR}/x11/tk42 WRKSRC= ${WRKDIR}/xmpeg3 +NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xmpeg3 ${PREFIX}/bin -- cgit