diff options
author | seanc <seanc@FreeBSD.org> | 2003-02-24 12:58:20 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-02-24 12:58:20 +0800 |
commit | 5eeaa5840923c17a01e19598913ae6928e46ba4b (patch) | |
tree | 5017d19766cd057fcc4716895a2467657c6f0c19 /databases/postgresql72 | |
parent | 61af3758f10ea7a8fc43184efcb3791aed1058c4 (diff) | |
download | freebsd-ports-gnome-5eeaa5840923c17a01e19598913ae6928e46ba4b.tar.gz freebsd-ports-gnome-5eeaa5840923c17a01e19598913ae6928e46ba4b.tar.zst freebsd-ports-gnome-5eeaa5840923c17a01e19598913ae6928e46ba4b.zip |
Fix the location of the distfile.
Submitted by: David Booth <wbooth@austin.rr.com>
Diffstat (limited to 'databases/postgresql72')
-rw-r--r-- | databases/postgresql72/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql72/Makefile b/databases/postgresql72/Makefile index a5b87026bcd9..3bd9cd015257 100644 --- a/databases/postgresql72/Makefile +++ b/databases/postgresql72/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= YES .if defined(POSTGRESQL_SUBPORT) ## the POSTGRESQL_SUBPORTS use this port's distinfo -MD5_FILE= ${.CURDIR}/../postgresql7/distinfo +MD5_FILE= ${.CURDIR}/../postgresql72/distinfo .else ## The rest of this file is for normal base installation |