summaryrefslogtreecommitdiff
path: root/databases/proftpd-mod_sql_postgres/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-07-17 14:38:28 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-07-17 14:38:28 +0000
commit1423b7fdfd94fb95a3381b8e68157ecac51252ef (patch)
treeb652704f8aeb576a8d13802bdfe5999ae9b4205d /databases/proftpd-mod_sql_postgres/Makefile
parentIn the rc.d script, have ntpd start after ntpdate. (diff)
Unbreak ProFTPD on sparc [1].
Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1]
Notes
Notes: svn path=/head/; revision=301006
Diffstat (limited to 'databases/proftpd-mod_sql_postgres/Makefile')
-rw-r--r--databases/proftpd-mod_sql_postgres/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile
index 69504beb9de4..e5b8b3c37f29 100644
--- a/databases/proftpd-mod_sql_postgres/Makefile
+++ b/databases/proftpd-mod_sql_postgres/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= databases ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
-COMMENT= PostgreSQL backend module for ProFTPD
+COMMENT= PostgreSQL ProFTPD module
LICENSE= GPLv2
@@ -23,6 +23,6 @@ USE_PGSQL= yes
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
-_PROFTPD_MODULE= ${PORTNAME}
+_BUILDING_PROFTPD_MODULE= ${PORTNAME}
.include "${MASTERDIR}/Makefile"