diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:12:22 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:12:22 +0800 |
commit | ccd948cfa4fe7d7e3aa69482f79c642acd13e6df (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 /misc | |
parent | 1c460a5b00a5221991545a04e5cdba8565fc2839 (diff) | |
download | freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.tar.gz freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.tar.zst freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.zip |
Remove trailing whitespace from Makefiles, M-X.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/delay/Makefile | 2 | ||||
-rw-r--r-- | misc/elscreen/Makefile | 2 | ||||
-rw-r--r-- | misc/mc-light/Makefile | 2 | ||||
-rw-r--r-- | misc/tkregexp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/delay/Makefile b/misc/delay/Makefile index 56c7a2c0569c..032f5da782f6 100644 --- a/misc/delay/Makefile +++ b/misc/delay/Makefile @@ -5,7 +5,7 @@ PORTNAME= delay PORTVERSION= 1.6 CATEGORIES= misc MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ \ - http://utenti.gufi.org/~gmarco/files/distfiles/ + http://utenti.gufi.org/~gmarco/files/distfiles/ MAINTAINER= gmarco@gufi.org COMMENT= Delay program with feedback to the user diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 34c23e4c9f4a..1108680792e3 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -16,7 +16,7 @@ USE_EMACS= yes .if (${EMACS_PORT_NAME} == "emacs20") DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .else -DEPPORT_SUFFIX= +DEPPORT_SUFFIX= .endif RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 46f34eef4dfc..ef2db5507dcf 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -48,7 +48,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mcserv .for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo - ${CHMOD} 755 ${STAGEDIR}${PREFIX}/share/mc/extfs/${i} + ${CHMOD} 755 ${STAGEDIR}${PREFIX}/share/mc/extfs/${i} .endfor .include <bsd.port.mk> diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 3f1a1bef4ada..1ff0e5075dd6 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc tk MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} EXTRACT_SUFX= .tcl -EXTRACT_ONLY= +EXTRACT_ONLY= MAINTAINER= tcltk@FreeBSD.org COMMENT= Interactive regexp design tool |