diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/x48/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 3bf358b4486..aa96705b3ce 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2013/07/09 10:24:22 he Exp $ -# +# $NetBSD: Makefile,v 1.18 2013/07/11 13:15:57 wiz Exp $ DISTNAME= x48-0.6.4 PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x48.berlios/} -DISTFILES= ${PKGNAME}${EXTRACT_SUFX} +DISTFILES= ${PKGNAME_NOREV}${EXTRACT_SUFX} DISTFILES+= sxrom-e.bz2 gxrom-r.bz2 EXTRACT_SUFX= .tar.bz2 |