diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-18 02:24:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-18 02:24:52 +0000 |
commit | 14e94b8ce34e572c64dc73b93ad43a3b2c199e71 (patch) | |
tree | bb89d266bd7f63257d0b99f5f957b56025654bd0 /games/xconq/Makefile | |
parent | afa0b36321568ab89cf487eccd35c1cb3856e0ae (diff) | |
download | pkgsrc-14e94b8ce34e572c64dc73b93ad43a3b2c199e71.tar.gz |
Remove a redundant PKGREVISION definition, and bump it to the correct
number.
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r-- | games/xconq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 2eb55dd5cee..8f3ad678e7c 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2004/06/18 02:22:01 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2004/06/18 02:24:52 minskim Exp $ DISTNAME= xconq-7.4.1 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= games x11 MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ -PKGREVISION= 2 MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://sources.redhat.com/xconq/ |