summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-23 10:36:51 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-23 10:36:51 +0000
commit18c74b10c67814d0c7b0b0c8868f285fb4145643 (patch)
tree4dd2487115d01fbc4a977485dbf6d318db6adc99
parentdevel/qextmdi: Add "-kde" suffix if compiling with KDE support (diff)
fix typo in Makefile (remove redundant backslash)
PR: 48583 Submitted by: Dmitry Panov <redfox@Fluffy.Khv.RU>
Notes
Notes: svn path=/head/; revision=76245
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 9bb8bf158534..638de472e1d0 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -58,7 +58,7 @@ LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql
.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
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 9bb8bf158534..638de472e1d0 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -58,7 +58,7 @@ LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql
.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