diff options
author | tv <tv@pkgsrc.org> | 2004-09-30 02:51:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-09-30 02:51:36 +0000 |
commit | 5a7b6daac6dfe953bfd1b703f0421069cf695921 (patch) | |
tree | 66fd0f61a2c0c11a5abee2a9323e55fb5cf09cf2 | |
parent | 2d5e5b5c581ce1bfa68c0229239f8fe1673ae5b8 (diff) | |
download | pkgsrc-5a7b6daac6dfe953bfd1b703f0421069cf695921.tar.gz |
PKGREVISION doesn't belong here; the individual Makefiles set it.
-rw-r--r-- | databases/unixodbc/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/unixodbc/Makefile.common b/databases/unixodbc/Makefile.common index 45316372a7b..6476bf145b9 100644 --- a/databases/unixodbc/Makefile.common +++ b/databases/unixodbc/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.14 2004/04/25 01:11:11 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.15 2004/09/30 02:51:36 tv Exp $ DISTNAME= unixODBC-${ODBC_DIST_VERS} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ |