diff options
author | jlam <jlam> | 2001-05-04 01:05:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-04 01:05:19 +0000 |
commit | 604ef779c7a75309ddc55833e2646c2cd2c9b2b7 (patch) | |
tree | 47f3275315a55866213b64d0a040e7105f977730 /databases/postgresql | |
parent | 6207e376086e1dcd39427d53fb24fa64b0081652 (diff) | |
download | pkgsrc-604ef779c7a75309ddc55833e2646c2cd2c9b2b7.tar.gz |
Share a common distinfo file with the postgresql package.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 786fde98c0a..57c21776f08 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2001/04/10 13:08:05 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2001/05/04 01:05:19 jlam Exp $ # # This file is included by the following packages: # @@ -30,6 +30,7 @@ GNU_CONFIGURE= # defined # We don't USE_LIBTOOL for the shared libs since libtool doesn't seem to # support inter-library dependencies across all platforms yet. +DISTINFO_FILE= ${.CURDIR}/../../databases/postgresql/distinfo FILESDIR= ${.CURDIR}/../../databases/postgresql/files PATCHDIR= ${.CURDIR}/../../databases/postgresql/patches |