Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 22:55:54 -0600
From:      David Booth <wbooth@austin.rr.com>
To:        ports@FreeBSD.org
Subject:   postgresql72 port has wrong subport MD5_FILE location
Message-ID:  <200302232255.54176.wbooth@austin.rr.com>

next in thread | raw e-mail | index | archive | help
databases/postgresql72 Makefile has the subport MD5_FILE location pointing to 
posgresql7 instead of postgresql72.  This causes subports built against 
postgresql72 to fail.  Patch:

--- Makefile.orig       Sun Feb 23 22:49:27 2003
+++ Makefile    Sun Feb 23 22:49:42 2003
@@ -33,7 +33,7 @@

 .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


David

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302232255.54176.wbooth>