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 | |
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')
-rw-r--r-- | databases/proftpd-mod_sql_postgres/Makefile | 4 | ||||
-rw-r--r-- | databases/proftpd-mod_sql_postgres/pkg-descr | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/databases/proftpd-mod_sql_postgres/pkg-descr b/databases/proftpd-mod_sql_postgres/pkg-descr index 44499986fb55..e6d171eb2e46 100644 --- a/databases/proftpd-mod_sql_postgres/pkg-descr +++ b/databases/proftpd-mod_sql_postgres/pkg-descr @@ -1,3 +1,3 @@ -This is the PostgreSQL backend module for ProFTPD +PostgreSQL backend module for mod_sql of ProFTPD WWW: http://www.proftpd.org/docs/contrib/mod_sql.html |