diff options
author | rillig <rillig> | 2006-03-10 23:45:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-03-10 23:45:14 +0000 |
commit | 975db029b2a3448165dd574c73940b1ec4ce1ffa (patch) | |
tree | e4bb6948b6b22173f03ad956b64d28aeae71515a /emulators | |
parent | ddfab88f15663eb009771677a2c6686e2d7fcd6f (diff) | |
download | pkgsrc-975db029b2a3448165dd574c73940b1ec4ce1ffa.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} |