diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-28 23:52:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-28 23:52:42 +0000 |
commit | 4db8f92b30a9444ad11ccb6120da60fa314766c0 (patch) | |
tree | c5122db611b762346092b69df002496dd7822a54 /audio/realplayer | |
parent | 3f254d2f51c042248311bbd5ab219181050000e4 (diff) | |
download | pkgsrc-4db8f92b30a9444ad11ccb6120da60fa314766c0.tar.gz |
Define DISTNAME even for unsupported platforms; otherwise bsd.pkg.mk
complains. Addresses part of PR 18443.
Diffstat (limited to 'audio/realplayer')
-rw-r--r-- | audio/realplayer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/realplayer/Makefile b/audio/realplayer/Makefile index 019ac5aeaf0..4816a3a5338 100644 --- a/audio/realplayer/Makefile +++ b/audio/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/09/23 00:44:50 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2002/09/28 23:52:42 wiz Exp $ PKGNAME= realplayer-8.0.1 WRKSRC= ${WRKDIR}/RealPlayer8 @@ -11,6 +11,8 @@ EXTRACT_SUFX= .bin DISTNAME= rp8_linux20_libc6_i386_cs2 .elif ${MACHINE} == "sparc" DISTNAME= rp8_solaris27_sparc_cs2 +.else +DISTNAME= must_be_defined .endif MAINTAINER= packages@netbsd.org |