diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 18:10:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 18:10:03 +0000 |
commit | 2b32748b95d7acd51ff35329715aa88644bda988 (patch) | |
tree | 0318ca51362a3d341771f3637f9fcb9e8cee231d /graphics/3DKit | |
parent | bd0472f3163026ca3fc881c17ae5d553a3b28621 (diff) | |
download | pkgsrc-2b32748b95d7acd51ff35329715aa88644bda988.tar.gz |
Removed the misplaced definition of PKGREVISION. All packages that use this
file already override this, so no other changes are needed.
Diffstat (limited to 'graphics/3DKit')
-rw-r--r-- | graphics/3DKit/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/3DKit/Makefile.common b/graphics/3DKit/Makefile.common index 8bb477e9b3f..a085b3d2453 100644 --- a/graphics/3DKit/Makefile.common +++ b/graphics/3DKit/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2006/01/12 18:10:03 rillig Exp $ # DISTNAME= 3DKit-0.3.1r2 -PKGREVISION= 1 CATEGORIES?= graphics gnustep MASTER_SITES= http://www.gnu.org/software/gnu3dkit/ DIST_SUBDIR= 3DKit |