diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/xzip | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/xzip')
-rw-r--r-- | games/xzip/Makefile | 3 | ||||
-rw-r--r-- | games/xzip/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 06c6a614293..3be7767b734 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:49 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 15:11:06 wiz Exp $ DISTNAME= xzip180 PKGNAME= xzip-1.8 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net HOMEPAGE= http://www.eblong.com/zarf/xzip.html +COMMENT= Z-code interpreter for X11 (Infocom game format) WRKSRC= ${WRKDIR}/xzip diff --git a/games/xzip/pkg/COMMENT b/games/xzip/pkg/COMMENT deleted file mode 100644 index 43b7972cba8..00000000000 --- a/games/xzip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Z-code interpreter for X11 (Infocom game format) |