diff options
author | obache <obache@pkgsrc.org> | 2010-06-19 13:59:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-19 13:59:52 +0000 |
commit | fa7a2f33b3592bf6c3c9ed60fd0e9f8530a17dd2 (patch) | |
tree | 469d65d7de4b844c656fd0af4c8c2f83e1693709 /emulators/simh/Makefile | |
parent | 8b8cc457d5357317736b7e553988d5e09fea814e (diff) | |
download | pkgsrc-fa7a2f33b3592bf6c3c9ed60fd0e9f8530a17dd2.tar.gz |
Add a missing entry to PLIST.
Bump PKGREVISION.
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r-- | emulators/simh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index fb0753ce904..b888a2ac545 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2010/05/28 13:21:26 tsutsui Exp $ +# $NetBSD: Makefile,v 1.31 2010/06/19 13:59:52 obache Exp $ # DISTNAME= simhv38-1 PKGNAME= simh-3.8.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip |