diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
commit | e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /editors | |
parent | 485b04218c906f71fa9dc80d92043682adb47cc5 (diff) | |
download | freebsd-ports-graphics-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz freebsd-ports-graphics-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst freebsd-ports-graphics-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gmanedit/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice-i18n/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 5d5a4b152b4..a800f7e5e9f 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile index 1406eea4c2c..bc50fb8c096 100644 --- a/editors/libreoffice-i18n/Makefile +++ b/editors/libreoffice-i18n/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ .include "${.CURDIR}/../libreoffice/Makefile.common" -UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} +UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PKGNAMESUFFIX= -i18n -DISTFILES= #none +DISTFILES= #none MASTER_SITES= #none EXTRACT_ONLY= #none |