diff options
author | minskim <minskim> | 2004-06-18 02:24:52 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-18 02:24:52 +0000 |
commit | 0a1223713d79e08d5e2f79e395d22796235a9166 (patch) | |
tree | bb89d266bd7f63257d0b99f5f957b56025654bd0 /games/xconq/Makefile | |
parent | e1a45bc256efd26060f93c71ea63d335e34ea6ef (diff) | |
download | pkgsrc-0a1223713d79e08d5e2f79e395d22796235a9166.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/ |