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 | |
parent | c1053393f2f374c49c8bbfe56f1a707cae6abf61 (diff) | |
download | freebsd-ports-gnome-20188ac2aadd18b90365ed025a3e88d253fa7f92.tar.gz freebsd-ports-gnome-20188ac2aadd18b90365ed025a3e88d253fa7f92.tar.zst freebsd-ports-gnome-20188ac2aadd18b90365ed025a3e88d253fa7f92.zip |
Remove trailing whitespaces from category editors
-rw-r--r-- | editors/hnb/Makefile | 2 | ||||
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/Makefile | 2 | ||||
-rw-r--r-- | editors/ssed/Makefile | 2 | ||||
-rw-r--r-- | editors/zoinks/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 29c446f551a6..713f6321883f 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> diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index 2444f3599a26..f7f76716d250 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 1f61d2c848ea..d5f9166459af 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 0245521652ab..b1534aa1e245 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -14,7 +14,7 @@ COMMENT= Super-sed - a heavily enhanced version of sed GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=s -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index 780b0d0548a3..432b77140fca 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes NO_STAGE= yes -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> |