From owner-freebsd-ports-bugs Sat Feb 22 23:10:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF4637B401 for ; Sat, 22 Feb 2003 23:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DD343FAF for ; Sat, 22 Feb 2003 23:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1N7AANS089489 for ; Sat, 22 Feb 2003 23:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1N7AAUC089488; Sat, 22 Feb 2003 23:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A1D37B401 for ; Sat, 22 Feb 2003 23:02:05 -0800 (PST) Received: from Fluffy.Khv.RU (fluffy.khv.ru [212.19.26.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BABE43FE5 for ; Sat, 22 Feb 2003 23:01:58 -0800 (PST) (envelope-from redfox@Fluffy.Khv.RU) Received: from Fluffy.Khv.RU (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.12.7/8.12.7/Fluffy/5.2) with ESMTP id h1N71AF5044841 for ; Sun, 23 Feb 2003 17:01:11 +1000 (VLAT) (envelope-from redfox@Fluffy.Khv.RU) Received: (from redfox@localhost) by Fluffy.Khv.RU (8.12.7/8.12.7/Fluffy/Submit/1.1) id h1N71A86044840; Sun, 23 Feb 2003 17:01:10 +1000 (VLAT) (envelope-from redfox) Message-Id: <200302230701.h1N71A86044840@Fluffy.Khv.RU> Date: Sun, 23 Feb 2003 17:01:10 +1000 (VLAT) From: Dmitry Panov Reply-To: Dmitry Panov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48583: Fix typo in ftp/proftpd/Makefile Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48583 >Category: ports >Synopsis: Fix typo in ftp/proftpd/Makefile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 22 23:10:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Panov >Release: FreeBSD 4.7-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Feb 15 16:28:04 VLAT 2003 root@Meow.Fluffy.Khv.RU:/usr/obj/usr/src/sys/FLUFFY i386 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/proftpd/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 4 Jan 2003 15:53:38 -0000 1.50 +++ Makefile 11 Jan 2003 06:29:17 -0000 @@ -58,7 +58,7 @@ .if defined(WITH_POSTGRES) POSTGRESQL_PORT?= databases/postgresql7 MODULES:=${MODULES}:mod_sql:mod_sql_postgres -LIB_DEPENDS+= pq.3:\${PORTSDIR}/${POSTGRESQL_PORT} +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include/pgsql LIBDIRS:=${LIBDIRS}:${PREFIX}/lib .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message