diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-10 23:45:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-10 23:45:14 +0000 |
commit | 84aa96a87acc27b0ec751d101465940ba43f9476 (patch) | |
tree | e4bb6948b6b22173f03ad956b64d28aeae71515a /emulators | |
parent | b1be2abec2adf4ab8ee7bc8ec1effa9d35d60462 (diff) | |
download | pkgsrc-84aa96a87acc27b0ec751d101465940ba43f9476.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index ae1fa1c0cf9..013b80fb609 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/10 23:45:14 rillig Exp $ DISTNAME= ski-0.9.81-l6-i686 -PKGREVISION= 1 +PKGNAME= ski-0.9.81.6 CATEGORIES= emulators MASTER_SITES= # empty @@ -9,7 +9,7 @@ MAINTAINER= skrll@NetBSD.org HOMEPAGE= http://www.hpl.hp.com/research/linux/ski/ COMMENT= The Hewlett-Packard IA-64 instruction set simulator for Linux/x86 -RESTRICTED= "Modification or Redistribution not permitted" +RESTRICTED= Modification or Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |