diff options
author | adamw <adamw@FreeBSD.org> | 2016-02-16 04:48:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-02-16 04:48:42 +0800 |
commit | df096659130eb33c0eb5a6436c309523e308c3b0 (patch) | |
tree | 199b971de2ac4871e3989fb50fe78ec8d8e5d813 /mail/rainloop | |
parent | f18ce12fda6a37dce14c811309c3001b4825392d (diff) | |
download | freebsd-ports-gnome-df096659130eb33c0eb5a6436c309523e308c3b0.tar.gz freebsd-ports-gnome-df096659130eb33c0eb5a6436c309523e308c3b0.tar.zst freebsd-ports-gnome-df096659130eb33c0eb5a6436c309523e308c3b0.zip |
No need for bsd.port.options.mk here.
Approved by: portmgr blanket (just fix it)
Diffstat (limited to 'mail/rainloop')
-rw-r--r-- | mail/rainloop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index 74cf72fdb180..82c3b00496c3 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -49,8 +49,6 @@ MYSQL_USE= PHP=pdo_mysql PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite -.include <bsd.port.options.mk> - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR}/data ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${WWWDIR}/data |