diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:36:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:36:34 +0800 |
commit | 20188ac2aadd18b90365ed025a3e88d253fa7f92 (patch) | |
tree | 56a5c0ffadacbae2a84b8bd47b2ae5be4df252cd /editors/hnb | |
parent | c1053393f2f374c49c8bbfe56f1a707cae6abf61 (diff) | |
download | freebsd-ports-graphics-20188ac2aadd18b90365ed025a3e88d253fa7f92.tar.gz freebsd-ports-graphics-20188ac2aadd18b90365ed025a3e88d253fa7f92.tar.zst freebsd-ports-graphics-20188ac2aadd18b90365ed025a3e88d253fa7f92.zip |
Remove trailing whitespaces from category editors
Diffstat (limited to 'editors/hnb')
-rw-r--r-- | editors/hnb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 29c446f551a..713f6321883 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |