diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:34 +0000 |
commit | 2e96c182fa4aeb73847421c1f60119ec16307a0d (patch) | |
tree | 56a5c0ffadacbae2a84b8bd47b2ae5be4df252cd | |
parent | f6de68eed783e3da880948a325d7ff04684aac41 (diff) | |
download | ports-2e96c182fa4aeb73847421c1f60119ec16307a0d.tar.gz ports-2e96c182fa4aeb73847421c1f60119ec16307a0d.zip |
Remove trailing whitespaces from category editors
Notes
Notes:
svn path=/head/; revision=345406
-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> |