diff options
author | fredb <fredb@pkgsrc.org> | 2002-01-09 02:51:12 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-01-09 02:51:12 +0000 |
commit | 49d03b318dd14dc8df5ff8b858cf39cc62539307 (patch) | |
tree | bc3382f6621d2b75a2a9fa750e9037de5b070a85 /graphics/pixmap | |
parent | 031c5de89155f31bf8960d93c6e336425122d5ce (diff) | |
download | pkgsrc-49d03b318dd14dc8df5ff8b858cf39cc62539307.tar.gz |
Do the 'PKGREVISION' thing.
Diffstat (limited to 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index 05274911283..db95caf05e3 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2002/01/09 02:37:47 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2002/01/09 02:51:12 fredb Exp $ # FreeBSD: Makefile,v 1.8 1996/11/18 09:53:36 asami Exp # DISTNAME= pixmap2.6 -PKGNAME= pixmap-2.6.4nb1 +PKGNAME= pixmap-2.6.4 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/pixmap/} |