diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:39:24 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:39:24 +0800 |
commit | 9e45ebd06174d10612c61924e7063334e1a88349 (patch) | |
tree | c23f8e3aaaceaf69439720a6245f5eec19f16a67 /security/polarssl | |
parent | 408d1a840b568addb8b5fdf2cc8c0213bdec8550 (diff) | |
download | freebsd-ports-gnome-9e45ebd06174d10612c61924e7063334e1a88349.tar.gz freebsd-ports-gnome-9e45ebd06174d10612c61924e7063334e1a88349.tar.zst freebsd-ports-gnome-9e45ebd06174d10612c61924e7063334e1a88349.zip |
Remove trailing whitespaces from category security
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 24d556c7d4fb..f180581d57bf 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -44,7 +44,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/programs/*/${i} ${STAGEDIR}${PREFIX}/bin/polarssl_${i} .endfor -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |