diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 00:14:15 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 00:14:15 +0800 |
commit | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (patch) | |
tree | 8016e5f5a18362984e9d2e003efd51fd5fc95cc4 /mail/phplist | |
parent | fe802debc78394a4c926286c651336c7f88f2fed (diff) | |
download | freebsd-ports-gnome-99afccd1ce89497265f41f1d5227f29ef3c490e9.tar.gz freebsd-ports-gnome-99afccd1ce89497265f41f1d5227f29ef3c490e9.tar.zst freebsd-ports-gnome-99afccd1ce89497265f41f1d5227f29ef3c490e9.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'mail/phplist')
-rw-r--r-- | mail/phplist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile index 000383f6ee5e..8d0bbca978d0 100644 --- a/mail/phplist/Makefile +++ b/mail/phplist/Makefile @@ -26,6 +26,8 @@ PORTDOCS= BUGS INSTALL NEWS PEOPLE README README.batches \ SUB_FILES= phplist +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-extract: |