diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-20 04:19:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-20 04:19:17 +0000 |
commit | cdac1ba0143b91301ee70b12c72eb2dfc2e562ee (patch) | |
tree | a6d49aaf4adc376160de93da724c9fcc1d541c80 /databases | |
parent | 9ee42664ebd36e21dcc279dc32168ad8e0f20ce9 (diff) | |
download | pkgsrc-cdac1ba0143b91301ee70b12c72eb2dfc2e562ee.tar.gz |
Note the locations of the common distinfo file and patches directory.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/odbc-postgresql/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common index 44ced3509f8..e3b92db9bde 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2002/10/19 03:51:01 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/10/20 04:19:17 jlam Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -18,6 +18,9 @@ HOMEPAGE= http://odbc.postgresql.org/ CONFLICTS+= postgresql-[0-6]* postgresql-7.0* CONFLICTS+= unixodbc-postgresql-[0-9]* iodbc-postgresql-[0-9]* +DISTINFO_FILE?= ${.CURDIR}/../odbc-postgresql/distinfo +PATCHDIR?= ${.CURDIR}/../odbc-postgresql/patches + # Version numbering scheme: # # DIST_VERS version number on the postgresql distfile |