diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
commit | 311d465268c3bf5610733f162b7e64727fb62d38 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/ia64sim | |
parent | 2945719f9dc2ea6b959bb3d14f32c160b282d1aa (diff) | |
download | pkgsrc-311d465268c3bf5610733f162b7e64727fb62d38.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r-- | emulators/ia64sim/Makefile | 3 | ||||
-rw-r--r-- | emulators/ia64sim/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 670d04ebc51..b556b5d3256 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/10 13:54:32 soren Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 18:38:18 wiz Exp $ DISTNAME= ia64sim PKGNAME= ia64sim-0.1 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.glue.umd.edu/~jasonp/ +COMMENT= IA64 simulator (Intel(R) Architecture 64) BUILD_DEPENDS+= unzip:../../archivers/unzip diff --git a/emulators/ia64sim/pkg/COMMENT b/emulators/ia64sim/pkg/COMMENT deleted file mode 100644 index 7f774a0ac29..00000000000 --- a/emulators/ia64sim/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -IA64 simulator (Intel(R) Architecture 64) |