diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /graphics | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aeskulap/Makefile | 5 | ||||
-rw-r--r-- | graphics/imc/Makefile | 1 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Gimp/Makefile | 1 |
4 files changed, 2 insertions, 7 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 4460929fb4ba..6cb96fe354fc 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -19,8 +19,8 @@ USE_GITHUB= yes GH_ACCOUNT= pipelka GH_TAGNAME= ea0a119 -USES= compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \ - libtool localbase pkgconfig +USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \ + gmake libtool localbase pkgconfig USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gtkmm24 intltool GCONF_SCHEMAS= aeskulap.schemas @@ -31,5 +31,4 @@ CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip INSTALLS_ICONS= yes - .include <bsd.port.mk> diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index 08ee9a54d1ce..b7750168c80b 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -28,7 +28,6 @@ PLIST_FILES= bin/${PORTNAME} \ OPTIONS_DEFINE= DOCS EXAMPLES - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README THANKS Todo \ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index e67b2f3bbbd0..07407c51b7e3 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -199,10 +199,8 @@ do-install-PHP-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php @${ECHO_CMD} "extension=php_mapscript.so" > ${STAGEDIR}${PREFIX}/etc/php/ext-20-php_mapscript.ini - do-install-PYTHON-on: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ (cd ${BUILD_WRKSRC}/mapscript/python && ${CP} mapscript.py _mapscript.so ${STAGEDIR}${PYTHON_SITELIBDIR}/) - .include <bsd.port.mk> diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 5e5fcbbd5634..28ac7114a660 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -38,5 +38,4 @@ MAKE_JOBS_UNSAFE= yes BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.14:devel/p5-ExtUtils-MakeMaker .endif - .include <bsd.port.post.mk> |