diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cmdpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile index 25ba124e825..b7e1a5a76d9 100644 --- a/emulators/cmdpack/Makefile +++ b/emulators/cmdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/07/12 12:20:28 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/08/01 17:40:11 wiz Exp $ DISTNAME= cmdpack-1.03-src PKGNAME= ${DISTNAME:S/-src//} @@ -7,7 +7,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.neillcorlett.com/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.neillcorlett.com/cmdpack/ +#HOMEPAGE= http://www.neillcorlett.com/cmdpack/ COMMENT= Neill Corlett's command line tools for emulation LICENSE= gnu-gpl-v3 USE_LANGUAGES= c99 |