diff options
author | asami <asami@FreeBSD.org> | 1997-10-30 08:42:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-30 08:42:27 +0800 |
commit | 464381592df8069687699eae56b1d9880bf850ba (patch) | |
tree | 1b257ad4b98e593f11b2d53868fab0a8e5a810d1 /audio/xmpeg3/Makefile | |
parent | b5faa6c530fa63de14b79c33023e296ff9c80572 (diff) | |
download | freebsd-ports-gnome-464381592df8069687699eae56b1d9880bf850ba.tar.gz freebsd-ports-gnome-464381592df8069687699eae56b1d9880bf850ba.tar.zst freebsd-ports-gnome-464381592df8069687699eae56b1d9880bf850ba.zip |
Make this port actually build (ok, not build) by defining NO_BUILD.
It doesn't even have a Makefile!
Diffstat (limited to 'audio/xmpeg3/Makefile')
-rw-r--r-- | audio/xmpeg3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |