diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/PC6001VX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/PC6001VX/Makefile b/emulators/PC6001VX/Makefile index d153903e7b3..ac2621de466 100644 --- a/emulators/PC6001VX/Makefile +++ b/emulators/PC6001VX/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2022/07/02 19:46:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.71 2022/07/25 01:01:53 tnn Exp $ VERSION= 3.9.0 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ |