diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 13:15:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 13:15:57 +0000 |
commit | 458f54db3ce522748b82877751dabc79a40dc702 (patch) | |
tree | ebccb87db31f6fca9413bc81d71b8290d8a7b5c3 /emulators | |
parent | 908792af85cdc663c99fa8302a9b533f1572525c (diff) | |
download | pkgsrc-458f54db3ce522748b82877751dabc79a40dc702.tar.gz |
Fix previous.
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 |