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 /misc | |
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 'misc')
-rw-r--r-- | misc/freebsd-doc-en/Makefile | 2 | ||||
-rw-r--r-- | misc/gnome-osd/Makefile | 2 | ||||
-rw-r--r-- | misc/usbrh-libusb/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index c6b8d1ba2f4..0d864f8c646 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -24,7 +24,7 @@ MAKE_ARGS= FORMATS="${DOCFORMAT}" \ DOCOWN=${SHAREOWN} \ DOCGRP=${SHAREGRP} MAKE_JOBS_UNSAFE= yes -DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE} +DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE} PLIST= ${WRKDIR}/pkg-plist DOCLANG?= en_US.ISO8859-1 diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 60fcae6cc74..a127d67e7bf 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display infrastructure using Pango text rendering -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack pygnome2 USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile index 2b9b8d2069b..faff61b4a65 100644 --- a/misc/usbrh-libusb/Makefile +++ b/misc/usbrh-libusb/Makefile @@ -17,7 +17,7 @@ PLIST_FILES= bin/usbrh .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800097 -BROKEN= does not build +BROKEN= does not build .endif do-install: |