diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /www/mod_tsa | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'www/mod_tsa')
-rw-r--r-- | www/mod_tsa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile index 05e32bf6de97..13f78e7f43d1 100644 --- a/www/mod_tsa/Makefile +++ b/www/mod_tsa/Makefile @@ -14,7 +14,6 @@ COMMENT= Time stamping authority (RFC 3161) module for apache OPTIONS_DEFINE= MYSQL PGSQL FIREBIRD DEBUG DEBUG_MEMORY DEBUG_MEMORY_DESC= Memory debug - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} \ |