aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
commit7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba (patch)
treefcced31c72840886a6d6a0f34a3554ffe11dc971 /misc
parent6f2e67040ef3ea58205dd0754325a8f3f37f801c (diff)
downloadports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.tar.gz
ports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.zip
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Notes
Notes: svn path=/head/; revision=458755
Diffstat (limited to 'misc')
-rw-r--r--misc/fortune-mod-bible/Makefile1
-rw-r--r--misc/lxde-common/Makefile9
-rw-r--r--misc/qtchooser/Makefile1
3 files changed, 4 insertions, 7 deletions
diff --git a/misc/fortune-mod-bible/Makefile b/misc/fortune-mod-bible/Makefile
index 570654e4f431..3caa9e8ef43f 100644
--- a/misc/fortune-mod-bible/Makefile
+++ b/misc/fortune-mod-bible/Makefile
@@ -34,5 +34,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune
-
.include <bsd.port.mk>
diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile
index 0fa6e37e14c7..fe2ab04d4676 100644
--- a/misc/lxde-common/Makefile
+++ b/misc/lxde-common/Makefile
@@ -13,20 +13,19 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= lxde-icon-theme>=0:x11-themes/lxde-icon-theme \
- gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \
- xscreensaver:x11/xscreensaver
+ gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \
+ xscreensaver:x11/xscreensaver
USES= gettext-tools gmake localbase tar:xz
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
- --with-xsession-path=${PREFIX}/share/xsessions
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
+ --with-xsession-path=${PREFIX}/share/xsessions
NO_ARCH= yes
DATADIR= ${PREFIX}/share/lxde
INSTALLS_ICONS= yes
-
post-install:
${INSTALL_DATA} ${WRKSRC}/desktop.conf \
${STAGEDIR}${PREFIX}/etc/xdg/lxsession/LXDE/desktop.conf.sample
diff --git a/misc/qtchooser/Makefile b/misc/qtchooser/Makefile
index 237e55f340b3..d613edba9a05 100644
--- a/misc/qtchooser/Makefile
+++ b/misc/qtchooser/Makefile
@@ -43,5 +43,4 @@ post-install:
# Create the default profile.
cd ${STAGEDIR}/${QT_QTCHOOSERDIR} && ${LN} -s qt5.conf default.conf
-
.include <bsd.port.mk>