diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-07-17 14:38:28 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-07-17 14:38:28 +0000 |
commit | 1423b7fdfd94fb95a3381b8e68157ecac51252ef (patch) | |
tree | b652704f8aeb576a8d13802bdfe5999ae9b4205d /databases/proftpd-mod_sql_postgres/Makefile | |
parent | In 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/Makefile | 4 |
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" |