diff options
Diffstat (limited to 'graphics/mplayer-share/Makefile.common')
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index 700b9d76b91..d99d589d127 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,13 +1,14 @@ -# $NetBSD: Makefile.common,v 1.38 2003/08/31 00:25:20 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.39 2003/09/02 17:46:32 jmmv Exp $ # -MPLAYER_DIST_VERSION= 0.91 +MPLAYER_DIST_VERSION= 1.0pre1 #PKGREVISION= 0 # This variable is used in all packages which depend on this package -MPLAYER_PKG_VERSION= 0.91 +MPLAYER_PKG_VERSION= 1.0rc1 DISTNAME= MPlayer-${MPLAYER_DIST_VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME:S/MPlayer/mplayer/} CATEGORIES?= graphics MASTER_SITES= http://www.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ |