Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 17:01:10 +1000 (VLAT)
From:      Dmitry Panov <redfox@Fluffy.Khv.RU>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48583: Fix typo in ftp/proftpd/Makefile
Message-ID:  <200302230701.h1N71A86044840@Fluffy.Khv.RU>

next in thread | raw e-mail | index | archive | help

>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




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