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/plib | |
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/plib')
-rw-r--r-- | games/plib/Makefile | 3 | ||||
-rw-r--r-- | games/plib/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile index a21be3e46cb..541a3ded161 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/10/15 12:06:35 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:56 wiz Exp $ # DISTNAME= plib-1.2.0 @@ -7,6 +7,7 @@ MASTER_SITES= http://plib.sourceforge.net/dist/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://plib.sourceforge.net/ +COMMENT= libraries for writing portable games/realtime interactive apps USE_X11= YES USE_MESA= YES diff --git a/games/plib/pkg/COMMENT b/games/plib/pkg/COMMENT deleted file mode 100644 index 8fbbf025d09..00000000000 --- a/games/plib/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -libraries for writing portable games/realtime interactive apps |