diff options
172 files changed, 452 insertions, 452 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f28c3cfc27f6..515dcc4e0366 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3424,7 +3424,7 @@ check-install-conflicts: .if defined(DEFER_CONFLICTS_CHECK) @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ - | while read pkgname prfx orgn; do \ + | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ @@ -3442,7 +3442,7 @@ check-install-conflicts: .else @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ - | while read pkgname prfx orgn; do \ + | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index d688efdbe87e..e673a8e9b523 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -481,7 +481,7 @@ _PORTSEARCH= \ -v icase="$${icase:-${PORTSEARCH_IGNORECASE}}" \ 'BEGIN { \ if (icase) { \ - if (length(name)) name = tolower(name); if (length(xname)) xname = tolower(xname); \ + if (length(name)) name = tolower(name); if (length(xname)) xname = tolower(xname); \ } \ fields["name"] = 1; names[1] = "Port"; \ fields["destination"] = 2; names[2] = "Moved"; \ @@ -494,9 +494,9 @@ _PORTSEARCH= \ sub(".*\/", "", oldname); newname = sub(".*\/", "", newname); \ if (((icase ? tolower(oldname) : oldname) ~ name) || \ ((icase ? tolower(newname) : newname) ~ name)) { \ - for (i = 1; i <= 4; i++) { \ - printf("%s:\t%s\n", names[i], $$i); \ - } \ + for (i = 1; i <= 4; i++) { \ + printf("%s:\t%s\n", names[i], $$i); \ + } \ print(""); \ } \ }' ${MOVEDDIR}/${MOVEDFILE}; \ diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 05cbb4aae892..605bf4e59134 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -35,6 +35,6 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ - ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp + ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp .include <bsd.port.mk> diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index de88a4a3ce30..753fd3ffec7f 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index a06f0fcff297..c6b63673ef60 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py + ${WRKSRC}/src/orca/orca_i18n.py .include <bsd.port.pre.mk> diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 53a5249234a3..d756ac4f50a4 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -14,7 +14,7 @@ COMMENT= Archive manager for zip files, tar, etc BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - zipinfo:${PORTSDIR}/archivers/unzip + zipinfo:${PORTSDIR}/archivers/unzip # Port unzip is desired, but specify the uniquely named zipinfo to ensure # archivers/unzip is pulled in. Using "unzip" is satisfied by base unzip diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile index aeb42bb1cfed..65ad50b67ac8 100644 --- a/astro/gpsman/Makefile +++ b/astro/gpsman/Makefile @@ -25,7 +25,7 @@ DOCS_SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" \ - ${WRKSRC}/util/exerciser.tcl \ + ${WRKSRC}/util/exerciser.tcl \ ${WRKSRC}/manual/html/info/l_realtime.doc.txt \ ${WRKSRC}/gpsman.tcl @${REINPLACE_CMD} -e "s:%%WISH%%:${WISH}:; s:%%GPSMANDIR%%:${GPSMANDIR}:g" ${WRKSRC}/gpsman.tcl diff --git a/astro/routino/Makefile b/astro/routino/Makefile index 4f3257d11b5c..c94a672009c1 100644 --- a/astro/routino/Makefile +++ b/astro/routino/Makefile @@ -19,9 +19,9 @@ USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf ${REINPLACE_CMD} 's|gcc|${CC}|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \ diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 0f54908015e6..fd419527755c 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp \ - libucommon.so:${PORTSDIR}/devel/ucommon \ + libucommon.so:${PORTSDIR}/devel/ucommon \ libgsm.so:${PORTSDIR}/audio/gsm \ libspeex.so:${PORTSDIR}/audio/speex diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile index e370b3ce290f..cba75cd0d42a 100644 --- a/audio/jack_mixer/Makefile +++ b/audio/jack_mixer/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ - ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 + ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= libtool pkgconfig python diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 1b04cb5fe96b..855385623e18 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -62,6 +62,6 @@ PLIST_SUB+= GSTREAMER="@comment " post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 203ad928758a..12c5f6aa062a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -197,7 +197,7 @@ post-patch: start=$$(expr $$(${SED} -n '/^# type *"oss"/=' \ ${WRKSRC}/doc/mpdconf.example) - 1); \ finish=$$(for n in $$(${JOT} 10 $$start); do \ - [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ + [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ "#}" ] && echo $$n || true; done); \ ${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \ ${WRKSRC}/doc/mpdconf.example diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 601045859ce5..b83cd7bdfa09 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -12,7 +12,7 @@ COMMENT= Open Source Audio Library Project RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ - libvorbis.so:${PORTSDIR}/audio/libvorbis + libvorbis.so:${PORTSDIR}/audio/libvorbis USES= libtool GNU_CONFIGURE= yes diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile index 13cfe86ca573..9a8f4e1b7419 100644 --- a/comms/aprsd/Makefile +++ b/comms/aprsd/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${REINPLACE_CMD} -e 's|%%CONFPATH%%|${PREFIX}/etc/aprsd/|' \ - -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ + -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ ${WRKSRC}/src/aprsd.cpp ${REINPLACE_CMD} -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ ${WRKSRC}/src/utils.cpp diff --git a/comms/p5-SMS-Send-TW-PChome/Makefile b/comms/p5-SMS-Send-TW-PChome/Makefile index 358ef3c92785..73aa6e1419e9 100644 --- a/comms/p5-SMS-Send-TW-PChome/Makefile +++ b/comms/p5-SMS-Send-TW-PChome/Makefile @@ -12,7 +12,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for sms.pchome.com.tw RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/comms/p5-SMS-Send-TW-Socket2Air/Makefile b/comms/p5-SMS-Send-TW-Socket2Air/Makefile index 369760d1b4e1..dec0b09ef632 100644 --- a/comms/p5-SMS-Send-TW-Socket2Air/Makefile +++ b/comms/p5-SMS-Send-TW-Socket2Air/Makefile @@ -12,7 +12,7 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= SMS::Send driver for Socket2Air RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/comms/p5-SMS-Send-TW-chtsns/Makefile b/comms/p5-SMS-Send-TW-chtsns/Makefile index 279ea3480b49..a2327f28e9ce 100644 --- a/comms/p5-SMS-Send-TW-chtsns/Makefile +++ b/comms/p5-SMS-Send-TW-chtsns/Makefile @@ -12,7 +12,7 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= SMS::Send driver for SNS service of CHT RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv diff --git a/comms/p5-SMS-Send-TW-emome/Makefile b/comms/p5-SMS-Send-TW-emome/Makefile index f244c59bf314..ed39dc3f1fea 100644 --- a/comms/p5-SMS-Send-TW-emome/Makefile +++ b/comms/p5-SMS-Send-TW-emome/Makefile @@ -12,7 +12,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for www.emome.net RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \ - p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Text-Iconv>=:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 772da17bc387..0b207888a65b 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS+=--disable-debug post-patch: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ - ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config + ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config post-install: ${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${STAGEDIR}${PREFIX}/bin diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 9f59c378d77a..0a3908e9823a 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lgcrypt -lpthread CONFIGURE_ARGS= --with-tdsver=${TDS_VER} --sysconfdir=${ETCDIR} \ - --enable-sybase-compat --enable-msdblib + --enable-sybase-compat --enable-msdblib USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index aa8a4a9ebc0e..5c0c67f741fd 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -232,11 +232,11 @@ do-install: cd ${STAGEDIR}${PREFIX} ; \ ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///} \ ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type f -o -type l \ - | ${SORT} > ${WRKDIR}/PLIST.leofs + | ${SORT} > ${WRKDIR}/PLIST.leofs cd ${STAGEDIR}${PREFIX} ; \ ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///} \ ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d -empty \ - | ${SORT} -r | ${SED} -e 's/^/@dir /' \ + | ${SORT} -r | ${SED} -e 's/^/@dir /' \ >> ${WRKDIR}/PLIST.leofs ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.leofs" >> ${WRKDIR}/ex.script diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index a6e0c082a06a..a42fa6ce8a26 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -131,14 +131,14 @@ CONFIGURE_ARGS+= --without-java post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ -e 's|ldb47|l${BDB_LIB_NAME}|g' \ -e 's|ldb|l${BDB_LIB_NAME}|g' \ -e 's|libdb|lib${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ + ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA4_SLAVE}!="no" #. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index e8f478a6a318..74f74c9a2c26 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -99,14 +99,14 @@ CONFIGURE_ARGS+= --without-java post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ -e 's|ldb47|l${BDB_LIB_NAME}|g' \ -e 's|ldb|l${BDB_LIB_NAME}|g' \ -e 's|libdb|lib${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ + ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA5_SLAVE} == jdbc @${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH}|g' \ diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index f9af68b36c58..13b114b0d704 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -76,7 +76,7 @@ USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ mysql.server.1 mysql_convert_table_format.1 mysql_fix_extensions.1 \ mysql_install_db.1 mysql_plugin.1 mysql_secure_installation.1 mysql_setpermission.1 \ - mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ + mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlman.1 \ mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1 diff --git a/databases/p5-DBIx-Dump/Makefile b/databases/p5-DBIx-Dump/Makefile index f56b8cd81940..e558e11875fc 100644 --- a/databases/p5-DBIx-Dump/Makefile +++ b/databases/p5-DBIx-Dump/Makefile @@ -13,7 +13,7 @@ COMMENT= Module for dumping database (DBI) data into a variety of formats BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS USES= perl5 diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index 535fdaa1cb5b..a6ca514e9344 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny USES= perl5 USE_PERL5= modbuild diff --git a/databases/rubygem-dm-serializer/Makefile b/databases/rubygem-dm-serializer/Makefile index 81540c0c3818..b13d07279d63 100644 --- a/databases/rubygem-dm-serializer/Makefile +++ b/databases/rubygem-dm-serializer/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ rubygem-fastercsv>=1.5:${PORTSDIR}/devel/rubygem-fastercsv \ - rubygem-json>=1.6:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.6:${PORTSDIR}/devel/rubygem-json \ rubygem-json_pure>=1.6:${PORTSDIR}/devel/rubygem-json_pure \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json diff --git a/deskutils/vit/Makefile b/deskutils/vit/Makefile index 46c26ea70258..b8ef58b5a656 100644 --- a/deskutils/vit/Makefile +++ b/deskutils/vit/Makefile @@ -12,7 +12,7 @@ COMMENT= Curses-based interface to taskwarrior LICENSE= GPLv3 RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ task:${PORTSDIR}/deskutils/taskwarrior BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 1087658bea86..71c13ebd36cb 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -33,8 +33,8 @@ do-install: ${SH} ${WRKDIR}/mk/install-mk ${STAGEDIR}${PREFIX}/share/mk cd ${STAGEDIR}${PREFIX} ; \ ${FIND} share/mk -type f -o -type l \ - | ${SORT} \ - >${WRKDIR}/PLIST.share-mk + | ${SORT} \ + >${WRKDIR}/PLIST.share-mk ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.share-mk" >> ${WRKDIR}/ex.script ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index eae96655de73..d692da854338 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt USES= dos2unix cmake:outsource zip DOS2UNIX_GLOB= *.php *.xml *.xsl *.txt CMAKE_ARGS= -DCDASH_DB_NAME:STRING=cdash \ - -DCDASH_DB_LOGIN:STRING=cdash \ - -DCDASH_DB_TYPE:STRING=${DB_TYPE} + -DCDASH_DB_LOGIN:STRING=cdash \ + -DCDASH_DB_TYPE:STRING=${DB_TYPE} USE_PHP= curl gd pdo session xsl zlib NO_ARCH= yes diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 9f7a6f9528c8..820aef1ca4d0 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e 's,/opt/kde4,${KDE4_PREFIX},g' \ ${WRKSRC}/Modules/FindKDE4.cmake @${REINPLACE_CMD} -e 's,/usr/include,${LOCALBASE}/include,' \ - ${WRKSRC}/Modules/FindDCMTK.cmake + ${WRKSRC}/Modules/FindDCMTK.cmake @${FIND} ${WRKSRC} -name "*.bak" -delete -o -name "*.orig" -delete # cmake-gui(1) is installed by devel/cmake-gui. Remove the man page's source to diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index 3f07f90aa806..50e5033e51c9 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -43,7 +43,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t ${PERL} -e 'for (${TESTS}) {$$f=sprintf "t%04d.t", $$_;\ $$x= "${INSTALL_DATA} ${WRKSRC}/t/$$f \ - ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t";\ + ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/t";\ printf "$$x\n"; system $$x;}' @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/Test/Cmd ${INSTALL_DATA} ${WRKSRC}/Test/Cmd.pm \ diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile index 2e2209e2cb74..8719076890a9 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \ - SAVANNAH + SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Tool for CVSd pserver user administration diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile index 15d15e09701a..a5850b42ac29 100644 --- a/devel/dcmtk/Makefile +++ b/devel/dcmtk/Makefile @@ -11,14 +11,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit to work with DICOM objects LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes USES= cmake:outsource jpeg CMAKE_ARGS+= -DDCMTK_WITH_DOXYGEN:BOOL=OFF \ - -DDCMTK_WITH_OPENSSL:BOOL=ON + -DDCMTK_WITH_OPENSSL:BOOL=ON SHLIBS= dcmdata dcmdsig dcmimage dcmimgle dcmjpeg dcmnet \ dcmpstat dcmqrdb dcmsr dcmtls dcmwlm ijg8 ijg12 \ diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile index 3c4749781075..f5772e6adbeb 100644 --- a/devel/eggdbus/Makefile +++ b/devel/eggdbus/Makefile @@ -24,11 +24,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib BUILD_DEPENDS+= docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml \ - xsltproc:${PORTSDIR}/textproc/libxslt \ + xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl post-patch: @${REINPLACE_CMD} -e 's|-Wl,--as-needed||' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/devel/gitlist/Makefile b/devel/gitlist/Makefile index a68240fdabb5..44f75edff086 100644 --- a/devel/gitlist/Makefile +++ b/devel/gitlist/Makefile @@ -29,7 +29,7 @@ post-patch: ${MKDIR} ${WRKSRC}/cache cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's|/usr/bin/git|/usr/local/bin/git|g' config.ini-example; \ - ${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST}; + ${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST}; ${ECHO} "@dir %%WWWDIR%%/vendor/phpmd/phpmd/setup" >> ${PLIST} ${ECHO} "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%/cache" >> ${PLIST} diff --git a/devel/glib20-reference/Makefile b/devel/glib20-reference/Makefile index 8ae05264bbe7..b17538df3a23 100644 --- a/devel/glib20-reference/Makefile +++ b/devel/glib20-reference/Makefile @@ -8,7 +8,7 @@ BOOKS= glib gobject gio do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}; \ cd ${REFERENCE_SRC}/${d}/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}; \ fi diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 32d8f19d0362..69f71d6a3431 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -24,7 +24,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \ - /^SUBDIRS =/s/docs//' \ + /^SUBDIRS =/s/docs//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in diff --git a/devel/go-json-rest/Makefile b/devel/go-json-rest/Makefile index aa40f95edc19..b99e0c7efab9 100644 --- a/devel/go-json-rest/Makefile +++ b/devel/go-json-rest/Makefile @@ -20,7 +20,7 @@ GO_PKGNAME= github.com/ant0ine/go-json-rest post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} @${INSTALL_DATA} ${GO_WRKDIR_PKG}/${GO_PKGNAME}/trie.a \ - ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} + ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/go/files/bsd.go.mk" diff --git a/devel/go-sql-driver/Makefile b/devel/go-sql-driver/Makefile index 59e33e92df59..96426dc70a48 100644 --- a/devel/go-sql-driver/Makefile +++ b/devel/go-sql-driver/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= GH \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ MAINTAINER= lattera@gmail.com COMMENT= Lightweight and fast MySQL driver for go diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 303496dc008c..1132deea92b3 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -22,7 +22,7 @@ OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_LDFLAGS= -L${LOCALBASE}/lib diff --git a/devel/libqxt/Makefile b/devel/libqxt/Makefile index ccd1878d8c2b..def13178f567 100644 --- a/devel/libqxt/Makefile +++ b/devel/libqxt/Makefile @@ -37,7 +37,7 @@ COMMIT= dadc327c2a6a WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${COMMIT} PLIST_SUB+= SHVER_1=${PORTVERSION} \ - SHVER_2=${PORTVERSION:R} \ + SHVER_2=${PORTVERSION:R} \ SHVER_3=${PORTVERSION:R:R} OPTIONS_DEFAULT= AVAHI diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index e1782d020621..85005e82914a 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -112,7 +112,7 @@ CONF_FILES= \ libxl.conf \ qemu.conf \ virtlockd.conf \ - virtlogd.conf + virtlogd.conf post-patch: @${REINPLACE_CMD} -e 's|ln -s ../default.xml|true|' \ diff --git a/devel/newtonsoft-json/Makefile b/devel/newtonsoft-json/Makefile index a28370025c6f..c5cf38884795 100644 --- a/devel/newtonsoft-json/Makefile +++ b/devel/newtonsoft-json/Makefile @@ -37,8 +37,8 @@ do-build: do-install: (cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \ ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil \ - /root ${STAGEDIR}${PREFIX}/lib/ \ - /package Newtonsoft.Json /i Newtonsoft.Json.dll) + /root ${STAGEDIR}${PREFIX}/lib/ \ + /package Newtonsoft.Json /i Newtonsoft.Json.dll) (cd ${WRKDIR} && ${INSTALL_DATA} Newtonsoft.Json.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig) diff --git a/devel/omniORB-4.1/Makefile b/devel/omniORB-4.1/Makefile index 223ba2ea5581..21732b3094f9 100644 --- a/devel/omniORB-4.1/Makefile +++ b/devel/omniORB-4.1/Makefile @@ -39,7 +39,7 @@ BINS= catior convertior genior nameclt omkdepend omniMapper omniNames omnicpp pre-configure: ${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in ${REINPLACE_CMD} -e 's#%%STAGEDIR%%%%PREFIX%%#${STAGEDIR}${PREFIX}#g' \ - ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in + ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so \ diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index acab5fd68b4c..628c613d31ae 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -30,7 +30,7 @@ STATIC_CONFIGURE_OFF= --disable-static post-patch: @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in @${REINPLACE_CMD} -e 's#%%STAGEDIR%%%%PREFIX%%#${STAGEDIR}${PREFIX}#g' \ - ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in + ${WRKSRC}/contrib/pkgconfig/GNUmakefile.in post-install: @${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl')" diff --git a/devel/p5-JSON-Path/Makefile b/devel/p5-JSON-Path/Makefile index cc5483105909..b058c074c9bb 100644 --- a/devel/p5-JSON-Path/Makefile +++ b/devel/p5-JSON-Path/Makefile @@ -14,7 +14,7 @@ COMMENT= Search nested hashref/arrayref structures using JSONPath LICENSE= MIT BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-LV>=0:${PORTSDIR}/devel/p5-LV RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-JSON-Schema/Makefile b/devel/p5-JSON-Schema/Makefile index 35c065c9524c..2870a38ac9e0 100644 --- a/devel/p5-JSON-Schema/Makefile +++ b/devel/p5-JSON-Schema/Makefile @@ -13,10 +13,10 @@ COMMENT= Validate JSON against a schema LICENSE= MIT BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ - p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \ - p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \ - p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \ + p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \ + p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \ + p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification \ p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple diff --git a/devel/p5-POE-Component-RSSAggregator/Makefile b/devel/p5-POE-Component-RSSAggregator/Makefile index b2188dc23133..4506969d2bbc 100644 --- a/devel/p5-POE-Component-RSSAggregator/Makefile +++ b/devel/p5-POE-Component-RSSAggregator/Makefile @@ -14,8 +14,8 @@ COMMENT= Watch Muliple RSS Feeds for New Headlines BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-RSS-Feed>=0:${PORTSDIR}/textproc/p5-XML-RSS-Feed \ - p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP + p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/devel/pinba_engine/Makefile b/devel/pinba_engine/Makefile index 796221fa723a..75ac67038633 100644 --- a/devel/pinba_engine/Makefile +++ b/devel/pinba_engine/Makefile @@ -10,10 +10,10 @@ MAINTAINER= raven428@gmail.com COMMENT= Mysql-engine part of statistics server for PHP BUILD_DEPENDS= ${LOCALBASE}/include/google/protobuf/descriptor.h:${PORTSDIR}/devel/protobuf \ - ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent2 \ + ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent2 \ ${LOCALBASE}/include/Judy.h:${PORTSDIR}/devel/judy \ ${LOCALBASE}/lib/mysql/plugin:${PORTSDIR}/${_MYSQL_SERVER} \ - ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ + ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ bison:${PORTSDIR}/devel/bison \ cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf diff --git a/devel/rubygem-paperclip/Makefile b/devel/rubygem-paperclip/Makefile index 9c72cb754214..c9ebcf9c28c4 100644 --- a/devel/rubygem-paperclip/Makefile +++ b/devel/rubygem-paperclip/Makefile @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \ + rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \ rubygem-mimemagic>=0.3.0:${PORTSDIR}/misc/rubygem-mimemagic \ - rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types + rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types NO_ARCH= yes USE_RUBY= yes diff --git a/devel/rubygem-ruby-bugzilla/Makefile b/devel/rubygem-ruby-bugzilla/Makefile index 88b07ca454cc..7f41cd862094 100644 --- a/devel/rubygem-ruby-bugzilla/Makefile +++ b/devel/rubygem-ruby-bugzilla/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \ - rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline + rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline NO_ARCH= yes USE_RUBY= yes diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index 7b52e43b5a6d..a92c9219d5b4 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= cmake:outsource pathfix pkgconfig CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \ - -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \ + -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \ -DCMAKE_INSTALL_MANDIR:STRING=man USE_LDCONFIG= yes USE_OPENSSL= yes diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 33c92d0ec017..81a6df389708 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.9.0 PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ - https://mirrors.rit.edu/zi/ \ + https://mirrors.rit.edu/zi/ \ http://getdnsapi.net/dist/ \ http://mirrors.rit.edu/zi/ @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libidn.so:${PORTSDIR}/dns/libidn \ + libidn.so:${PORTSDIR}/dns/libidn \ libldns.so:${PORTSDIR}/dns/ldns \ libunbound.so:${PORTSDIR}/dns/unbound @@ -56,7 +56,7 @@ post-patch: ${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -Ee 's,^(sharedoc = ).*,\1${WRKDIR}/doc,' \ - -e '/echo .\*\*\*/d' ${WRKSRC}/Makefile.in + -e '/echo .\*\*\*/d' ${WRKSRC}/Makefile.in post-install: .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile index 85b3a09e776a..fdbd495d4d81 100644 --- a/dns/p5-pgeodns/Makefile +++ b/dns/p5-pgeodns/Makefile @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Geographic NameServer BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 867063495cfe..a9e0a61fb061 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -43,7 +43,7 @@ GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml post-patch: @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.pre.mk> diff --git a/editors/the/Makefile b/editors/the/Makefile index fbc9b40f09d0..d730b73b3cf5 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-rexx=regina post-extract: ${REINPLACE_CMD} -e 's|(datadir)/THE|(datadir)/the|g' \ - -e 's|/share/THE|/share/the|g' ${WRKSRC}/Makefile.in + -e 's|/share/THE|/share/the|g' ${WRKSRC}/Makefile.in pre-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 3919c9f1e39b..79daa47dafa4 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -65,7 +65,7 @@ INFO= wget # eliminate gmakism post-patch: ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ - -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \ + -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \ ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 88f548eed0f2..f75c211eefb9 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ - wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} + wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Free role playing game diff --git a/games/cultivation/Makefile b/games/cultivation/Makefile index a26acf31a372..8581c6ae6143 100644 --- a/games/cultivation/Makefile +++ b/games/cultivation/Makefile @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|font\.tga|${DATADIR}/font.tga|; \ s|language\.txt|${DATADIR}/language.txt|; \ s|features\.txt|${DATADIR}/features.txt|' \ - ${BUILD_WRKSRC}/game.cpp + ${BUILD_WRKSRC}/game.cpp @${REINPLACE_CMD} -e 's|"languages"|"${DATADIR}/languages"|' \ ${WRKSRC}/../minorGems/util/TranslationManager.cpp diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 8fc19525e531..5acbf9a6178f 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -31,7 +31,7 @@ USE_GNOME= intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/src/gcompris/gcompris.c + ${WRKSRC}/src/gcompris/gcompris.c @${FIND} ${WRKSRC} -type f -name "*.bak" -delete post-install: diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 2d1544e2cfe7..c8c8256f8af2 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -19,7 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ - 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' + 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' @${REINPLACE_CMD} -e 's|glib/garray.h|glib.h|g' \ -e 's|glib/gmessages.h|glib.h|g' \ -e 's|glib/gtypes.h|glib.h|g' \ diff --git a/games/osgg/Makefile b/games/osgg/Makefile index a406379d4350..a445681faa74 100644 --- a/games/osgg/Makefile +++ b/games/osgg/Makefile @@ -31,7 +31,7 @@ do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \ -lGL -lSDL_image -lSDL_ttf -lSDL_mixer -o ${PORTNAME} \ -DDATADIR="\"${DATADIR}/\"" \ - main.cpp text.cpp sound.cpp + main.cpp text.cpp sound.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/games/stransball2/Makefile b/games/stransball2/Makefile index 59fb40bfbc2b..7951f9129ecb 100644 --- a/games/stransball2/Makefile +++ b/games/stransball2/Makefile @@ -33,7 +33,7 @@ post-patch: @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} \ -e 's|demos/|${DATADIR}/&|g; s|graphics/|${DATADIR}/&|g; \ s|maps/|${DATADIR}/&|g; s|sound/|${DATADIR}/&|g; \ - s|"maps"|"${DATADIR}/maps"|g' + s|"maps"|"${DATADIR}/maps"|g' do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/games/tetrinet-x/Makefile b/games/tetrinet-x/Makefile index 36b01e230626..228e965cdb0d 100644 --- a/games/tetrinet-x/Makefile +++ b/games/tetrinet-x/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.13.16 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ - ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ + ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index c4c0a4f4e95f..6ed29a19474e 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ liblcms.so:${PORTSDIR}/graphics/lcms \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ - libfltk.so:${PORTSDIR}/x11-toolkits/fltk + libfltk.so:${PORTSDIR}/x11-toolkits/fltk OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4cb4f59435e1..ba27dc5b5b47 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -121,7 +121,7 @@ post-patch: @${REINPLACE_CMD} -e 's/-u /-Wl,-u,/' \ ${WRKSRC}/app/Makefile.in @${REINPLACE_CMD} -e 's|"libpng"|"libpng15"|' \ - -e 's|x86_64|amd64|g' \ + -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4171610ecc1c..84018ca6bfca 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -82,6 +82,6 @@ CXX= ${LOCALBASE}/bin/clang++34 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index c05987f21796..ffa0e958ad0d 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -15,10 +15,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library \ p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \ - p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ - p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \ - p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types + p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \ + p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ + p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \ + p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index 9913634a5d96..b741f8956271 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -22,9 +22,9 @@ NO_ARCH= yes OPTIONS_DEFINE= DOCS PORTDOCS= crypto-folks.png gvgen-legend.png gvgen-propertyforeachlinks.2.png \ - gvgen-smartmode-2.png gvgen-cluster-node-link.png gvgen-legendin.png \ + gvgen-smartmode-2.png gvgen-cluster-node-link.png gvgen-legendin.png \ gvgen-propertylink.png gvgen-styles.png gvgen-defaultstyle.png \ - gvgen-links.png gvgen-smartmode-1.png + gvgen-links.png gvgen-smartmode-1.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/irc/evangeline/Makefile b/irc/evangeline/Makefile index 5926d8733557..0998793b120e 100644 --- a/irc/evangeline/Makefile +++ b/irc/evangeline/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ - --with-tclinc=${TCL_INCLUDEDIR}/tcl.h + --with-tclinc=${TCL_INCLUDEDIR}/tcl.h PLIST_FILES= bin/evangeline diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index c645648fe6de..c179362ba727 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -5,7 +5,7 @@ PORTNAME= netbeans PORTVERSION= 8.1 CATEGORIES= java devel MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \ - http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ + http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ DISTNAME= netbeans-${PORTVERSION}-201510222201 MAINTAINER= kwm@FreeBSD.org diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 5b7f499b912e..502c0a2a9783 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -28,7 +28,7 @@ PLIST_SUB+= EXPECT_VER=${PORTVERSION} \ post-install: ${LN} -sf expect${PORTVERSION}/libexpect${LIBEXPECT_VER}.so \ - ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 + ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 ${LN} -sf libexpect.so.1 \ ${STAGEDIR}${PREFIX}/lib/libexpect.so diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 652098e552c4..1125da2da49e 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -27,7 +27,7 @@ ELISPFILES= ghc-core.el ghci-script-mode.el haskell-align-imports.el \ haskell-collapse.el haskell-commands.el \ haskell-compile.el haskell-compat.el \ haskell-complete-module.el haskell-completions.el \ - haskell-customize.el \ + haskell-customize.el \ haskell-debug.el haskell-decl-scan.el \ haskell-doc.el haskell-font-lock.el haskell-hoogle.el \ haskell-indent.el haskell-indentation.el \ diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index b734d593fffc..a1f7756f56fe 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -32,6 +32,6 @@ post-patch: ${WRKSRC}/src/libexchangemapi/Makefile.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ -e 's|$$(prefix)/$$(DATADIRNAME)/|$$(prefix)/share/|g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 208bbe48f64d..b30d638ae91f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -108,10 +108,10 @@ CONFIGURE_ARGS+=--disable-contact-maps post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ + -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-Wl,--no-undefined||g' \ -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/modules/spamassassin/evolution-spamassassin.c \ ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile index 9547cee45eef..971f7823f169 100644 --- a/mail/roundcube-sauserprefs/Makefile +++ b/mail/roundcube-sauserprefs/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \ - LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ + LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= roundcube- DISTNAME= ${PORTNAME} diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index 719a23f1e97d..ce5587e2d705 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -42,7 +42,7 @@ DSPAM_DESC= Turn on DSPAM scanning CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \ --enable-qmaildir=${QMAIL_PREFIX} \ - --enable-spamc-user=n \ + --enable-spamc-user=n \ --enable-workdir=${WORKDIR} \ --enable-user=nobody diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 89058d540ccd..a8f6ef398770 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -22,7 +22,7 @@ NO_ARCH= yes DOCS= CODENAMES CRYPTO README THANKS NEWS UPGRADE SAMPLES= tmda.el tofmipd.sysconfig vtmdarc SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ - smtp-check-sender tofmipd.init tofmipd.sysconfig \ + smtp-check-sender tofmipd.init tofmipd.sysconfig \ update-internaldomains vadduser-tmda vmailmgr-vdir.sh \ vpopmail-vdir.sh wrapfd3.sh diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 9d3aa7e2f91d..c47ed9d4a7d3 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -59,7 +59,7 @@ USE_RC_SUBR= tpop3d DEFAULT_CONFIG= ${PREFIX}/etc/tpop3d.conf.sample PORTDOCS= CHANGES CREDITS FAQ HACKING INSTALL PORTABILITY \ - README README.POP-before-SMTP README.auth_mysql TODO + README README.POP-before-SMTP README.auth_mysql TODO post-patch: @${REINPLACE_CMD} '/^CFLAGS/ s, -g -O2,,' \ diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 3cfce9116b22..14b32347ab23 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -38,7 +38,7 @@ CONFLICTS= spooles-mpich-2* .if ${PORT_OPTIONS:MDOCS} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} AllInOne.ps.gz Eigen.ps.gz \ - Install.ps.gz LinSol.ps.gz Ordering.ps.gz \ + Install.ps.gz LinSol.ps.gz Ordering.ps.gz \ PP99.ps.gz ReferenceManual.ps.gz .endif diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 8dc292b2256c..6ac91cd15e4e 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -97,7 +97,7 @@ do-build: ${FIND} ${WRKSRC_SHARED} -name "*\.a" -exec ${CP} {} ${WRKDIR}/tmp_shared \; @cd ${WRKDIR}/tmp_shared ; for i in `ls *.a | ${SED} 's/\.a//' `; do \ ${RM} -f $${i}.so.* $${i}.so ; \ - ${FC} ${CFLAGS} ${FPIC} ${LDFLAGS} -shared -o $${i}.so.${SVERSION} \ + ${FC} ${CFLAGS} ${FPIC} ${LDFLAGS} -shared -o $${i}.so.${SVERSION} \ -Wl,-soname,$${i}.so.${SVERSION} -Wl,--allow-multiple-definition \ -Wl,--whole-archive $${i}.a -Wl,--no-whole-archive -Wl,--as-needed; \ ${LN} -s $${i}.so.${SVERSION} $${i}.so ;\ diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index cc60b9faedf8..d9daa0d1eeef 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -92,7 +92,7 @@ PLIST_SUB+= MPEG="@comment " .if ${PORT_OPTIONS:MTHEORA} LIB_DEPENDS+= libogg.so:${PORTSDIR}/audio/libogg \ - libtheora.so:${PORTSDIR}/multimedia/libtheora + libtheora.so:${PORTSDIR}/multimedia/libtheora PLIST_SUB+= THEORA="" CMAKE_ARGS+= -DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON .else @@ -126,9 +126,9 @@ PLIST_SUB+= X11="" USE_QT4= corelib designer gui opengl qmake_build uic_build \ moc_build rcc_build CMAKE_ARGS+= -DVTK_USE_GUISUPPORT:BOOL=ON \ - -DVTK_USE_QVTK:BOOL=ON \ - -DVTK_USE_QT:BOOL=ON \ - -DDESIRED_QT_VERSION:STRING=4 \ + -DVTK_USE_QVTK:BOOL=ON \ + -DVTK_USE_QT:BOOL=ON \ + -DDESIRED_QT_VERSION:STRING=4 \ -DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE} \ -DVTK_INSTALL_QT_DIR:FILEPATH=/lib/qt4/plugins/designer PLIST_SUB+= QT="" @@ -149,7 +149,7 @@ PYDISTUTILS_PKGNAME= VTK # INSTALLS_EGGINFO support has been removed # INSTALLS_EGGINFO= yes CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=ON \ - -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix="${PREFIX}"' + -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix="${PREFIX}"' PLIST_SUB+= PYTHON="" .else CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=OFF @@ -189,9 +189,9 @@ USE_JAVA= yes JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ CMAKE_ARGS+= -DVTK_WRAP_JAVA:BOOL=ON \ - -DJAVA_AWT_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ - -DJAVA_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ - -DJAVA_INCLUDE_PATH2:FILEPATH=${JAVA_HOME}/include/freebsd \ + -DJAVA_AWT_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ + -DJAVA_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ + -DJAVA_INCLUDE_PATH2:FILEPATH=${JAVA_HOME}/include/freebsd \ -DJAVA_AWT_LIBRARY:FILEPATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ -DJAVA_JVM_LIBRARY:FILEPATH=${JAVA_HOME}/jre/lib/${ARCH}/server/libjvm.so PLIST_SUB+= JAVA="" diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index 9678f1e9e847..b88b7d59de5d 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -15,7 +15,7 @@ COMMENT= The Visualization Toolkit LICENSE= BSD3CLAUSE LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 @@ -167,20 +167,20 @@ CMAKE_ARGS+= -DQT_DESIGNER_PLUGIN:BOOL=OFF CATEGORIES+= java USE_JAVA= yes CMAKE_ARGS+= -DVTK_WRAP_JAVA:BOOL=ON \ - -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ + -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ -DJAVA_AWT_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ -DJAVA_JVM_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ATCH}/libjava.so PLIST_SUB+= JAVA="" .else CMAKE_ARGS+= -DVTK_WRAP_JAVA:BOOL=OFF \ - -DModule_vtkWrappingJava:BOOL=OFF + -DModule_vtkWrappingJava:BOOL=OFF PLIST_SUB+= JAVA="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=ON \ - -DVTK_INSTALL_PYTHON_MODULE_DIR:STRING=${PYTHONPREFIX_SITELIBDIR} \ + -DVTK_INSTALL_PYTHON_MODULE_DIR:STRING=${PYTHONPREFIX_SITELIBDIR} \ -DModule_vtkRenderingMatplotlib:BOOL=ON \ -DModule_vtkPythonInterpreter:BOOL=ON PLIST_SUB+= PYTHON="" @@ -193,14 +193,14 @@ PLIST_SUB+= PYTHON="@comment " .if ${PORT_OPTIONS:MTCLTK} USES+= tk CMAKE_ARGS+= -DVTK_WRAP_TCL:BOOL=ON \ - -DVTK_Group_Tk:BOOL=ON \ + -DVTK_Group_Tk:BOOL=ON \ -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDEDIR} \ -DTK_INCLUDE_PATH:PATH=${TK_INCLUDEDIR} \ -DVTK_INSTALL_TCL_DIR=lib/vtk-${VTK_SHORT_VER} PLIST_SUB+= TCLTK="" .else CMAKE_ARGS+= -DVTK_WRAP_TCL:BOOL=OFF \ - -DVTK_Group_Tk:BOOL=OFF + -DVTK_Group_Tk:BOOL=OFF PLIST_SUB+= TCLTK="@comment " .endif diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 9368ec1cdcad..fcb542fb907a 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -158,7 +158,7 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ - -e 's|-Wmissing-include-dirs||g' \ + -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure # workaround a crash in clang 3.3 crash llvm bug # 15840 diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 4ff7dae30851..b66e503fb728 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} \ - --with-vorbis-prefix=${LOCALBASE} + --with-vorbis-prefix=${LOCALBASE} OPTIONS_DEFINE= DVDREAD OPTIONS_DEFAULT= DVDREAD diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 6d5e8e815dce..64f90fbd8c79 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -82,7 +82,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - ${WRKSRC}/ejabberdctl.template + ${WRKSRC}/ejabberdctl.template pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EJABBERD_LIBDIR} diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index c3af2dd801df..e84461a2d933 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ geoclue>=0:${PORTSDIR}/net/geoclue \ itstool:${PORTSDIR}/textproc/itstool \ - mc-tool:${PORTSDIR}/net-im/telepathy-mission-control + mc-tool:${PORTSDIR}/net-im/telepathy-mission-control LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ @@ -35,7 +35,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ geoclue>=0:${PORTSDIR}/net/geoclue \ - mc-tool:${PORTSDIR}/net-im/telepathy-mission-control + mc-tool:${PORTSDIR}/net-im/telepathy-mission-control USES= gettext gmake gnome libtool pathfix pkgconfig python tar:xz USE_GNOME= evolutiondataserver3 intlhack diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 5963cfcd42a0..08887e6431af 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --without-gstreamer --without-gstreamer-0.10 post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Wno-missing-field-initializers|#|g' + 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 00b07950df43..d5959647702c 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -13,7 +13,7 @@ MAINTAINER= meethune@gmail.com COMMENT= This plugin adds a libnotify interface to Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ - ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify + ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpurple.so:${PORTSDIR}/net-im/libpurple diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile index 29fa9252f8b7..a68ffa9d845b 100644 --- a/net-im/telegram/Makefile +++ b/net-im/telegram/Makefile @@ -11,7 +11,7 @@ COMMENT= Command-line interface for Telegram LICENSE= GPLv2 LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig \ - libevent.so:${PORTSDIR}/devel/libevent2 \ + libevent.so:${PORTSDIR}/devel/libevent2 \ libjansson.so:${PORTSDIR}/devel/jansson USES= execinfo gmake lua:52 ncurses pkgconfig readline diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile index 148e226c711e..8794faaeba45 100644 --- a/net-im/telepathy-butterfly/Makefile +++ b/net-im/telepathy-butterfly/Makefile @@ -14,7 +14,7 @@ COMMENT= MSN Connection Manager for Telepathy Framework BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/papyon/__init__.py:${PORTSDIR}/net-im/papyon \ ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyon/__init__.py:${PORTSDIR}/net-im/papyon \ - ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python + ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} diff --git a/net-mgmt/centreon-clib/Makefile b/net-mgmt/centreon-clib/Makefile index a517bf331169..0af0085d81dd 100644 --- a/net-mgmt/centreon-clib/Makefile +++ b/net-mgmt/centreon-clib/Makefile @@ -14,7 +14,7 @@ LICENSE= AGPLv3 USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC}/build CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \ - -DWITH_PREFIX_INC=${PREFIX}/include/centreon \ + -DWITH_PREFIX_INC=${PREFIX}/include/centreon \ -DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes diff --git a/net-mgmt/icli/Makefile b/net-mgmt/icli/Makefile index dd00c596cbda..9bb23f747e5c 100644 --- a/net-mgmt/icli/Makefile +++ b/net-mgmt/icli/Makefile @@ -22,8 +22,8 @@ ICINGADIR?= /var/spool/icinga CONFIGURE_ARGS+= --destdir ${STAGEDIR} \ --icli-object-file=${ICINGADIR}/objects.cache \ - --icli-status-file=${ICINGADIR}/status.dat \ - --icli-command-file=${ICINGADIR}/icinga.cmd + --icli-status-file=${ICINGADIR}/status.dat \ + --icli-command-file=${ICINGADIR}/icinga.cmd USES= perl5 USE_PERL5= modbuild diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 0686fc53e6db..25306987e28b 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -23,14 +23,14 @@ SHEBANG_FILES= html/js/makemini.pl mibs/process.pl scripts/agent-local/bind \ scripts/agent-local/tinydns scripts/apache-stats.py \ scripts/check_mk_agent scripts/cron.sh scripts/cron-hourly.sh \ scripts/cron-minute.sh scripts/get-geshi.sh \ - scripts/get-jpgraph.sh scripts/ifAlias \ + scripts/get-jpgraph.sh scripts/ifAlias \ scripts/Migration/Standard_Conversion/convert_no_xml.sh \ scripts/Migration/Standard_Conversion/destwork_no_xml.sh \ scripts/Migration/Standard_Conversion/mkdir.sh \ scripts/Migration/XML_Conversion/convert.sh \ scripts/Migration/XML_Conversion/destwork.sh \ scripts/Migration/XML_Conversion/mkdir.sh validate.php \ - scripts/postfix-queues scripts/removespikes.php \ + scripts/postfix-queues scripts/removespikes.php \ scripts/removespikes.pl scripts/watchmaillog/watchmaillog.pl USE_PHP= ctype filter gd json mcrypt mysql session snmp tokenizer xml WANT_PHP_CLI= yes @@ -69,10 +69,10 @@ SUB_FILES+= pkg-message SUB_LIST+= PHP="${PHPBASE}/bin/php" PYTHON=${PYTHON_CMD} ROOT_FILES= addhost.php adduser.php alerts.php build-base.php build.sql \ - billing-calculate.php callback.php \ - check-services.php config_to_json.php daily.php daily.sh \ - delhost.php discovery.php dist-pollers.php irc.php \ - poll-billing.php poller.php poller-service.py poller-wrapper.py renamehost.php \ + billing-calculate.php callback.php \ + check-services.php config_to_json.php daily.php daily.sh \ + delhost.php discovery.php dist-pollers.php irc.php \ + poll-billing.php poller.php poller-service.py poller-wrapper.py renamehost.php \ snmp-scan.php snmptrap.php syslog.php validate.php ROOT_DIRS= contrib html includes lib mibs scripts sql-schema diff --git a/net-p2p/eiskaltdcpp-cli/Makefile b/net-p2p/eiskaltdcpp-cli/Makefile index ed5dfb87aa3d..5d3cc8eed2a8 100644 --- a/net-p2p/eiskaltdcpp-cli/Makefile +++ b/net-p2p/eiskaltdcpp-cli/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 RUN_DEPENDS= p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \ - p5-Term-ShellUI>=0:${PORTSDIR}/shells/p5-Term-ShellUI + p5-Term-ShellUI>=0:${PORTSDIR}/shells/p5-Term-ShellUI MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 50aeae56a6cd..9b05754ca032 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -103,14 +103,14 @@ avahi-post-patch: @${REINPLACE_CMD} -e 's|have_inotify=yes|have_inotify=no|' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's|(LIBINTL)|(INTLLIBS)|g ; \ + ${REINPLACE_CMD} -e 's|(LIBINTL)|(INTLLIBS)|g ; \ s|(LIBICONV)|(LTLIBICONV)|g' @${REINPLACE_CMD} -e 's|%%RC_SUBR%%|/etc/rc.subr| ; \ - s|%%GNOME_SUBR%%|${GNOME_SUBR}|' \ + s|%%GNOME_SUBR%%|${GNOME_SUBR}|' \ ${WRKSRC}/initscript/freebsd/avahi-dnsconfd.sh.in \ ${WRKSRC}/initscript/freebsd/avahi-daemon.sh.in @${REINPLACE_CMD} -e 's|dbus_connection_disconnect|dbus_connection_close|g' \ - ${WRKSRC}/avahi-client/client.c \ + ${WRKSRC}/avahi-client/client.c \ ${WRKSRC}/avahi-daemon/dbus-protocol.c @${REINPLACE_CMD} -e 's|^_||g' \ ${WRKSRC}/avahi-ui/*.desktop.in.in diff --git a/net/exaddos/Makefile b/net/exaddos/Makefile index 0d55d81e1853..e969701368c6 100644 --- a/net/exaddos/Makefile +++ b/net/exaddos/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:${PORTSDIR}/net-mgmt/py-snmp4-mibs \ - ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4 + ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4 USE_GITHUB= yes GH_ACCOUNT= Exa-Networks diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 3a010b793b62..505c265cc44f 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -218,7 +218,7 @@ EXPM= yes .if ${PORT_OPTIONS:MREST} LIB_DEPENDS+= libjson-c.so:${PORTSDIR}/devel/json-c \ - libcurl.so:${PORTSDIR}/ftp/curl + libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--with-rlm_rest \ --with-libcurl=${LOCALBASE} \ --with-jsonc-lib-dir=${LOCALBASE}/lib \ diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile index aaa6c8143b1d..607af78c0bfe 100644 --- a/net/hsflowd/Makefile +++ b/net/hsflowd/Makefile @@ -20,14 +20,14 @@ MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' \ - -e '/scripts\/hsflowd /d' \ + -e '/scripts\/hsflowd /d' \ -e 's|hsflowd.conf|hsflowd.conf.sample|g' \ - ${WRKSRC}/src/FreeBSD/Makefile ${WRKSRC}/src/sflow/Makefile \ + ${WRKSRC}/src/FreeBSD/Makefile ${WRKSRC}/src/sflow/Makefile \ ${WRKSRC}/src/json/Makefile @${REINPLACE_CMD} -e 's|/etc|${ETCDIR}|g' ${WRKSRC}/src/FreeBSD/hsflowd.h @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ - ${WRKSRC}/src/FreeBSD/scripts/hsflowd + ${WRKSRC}/src/FreeBSD/scripts/hsflowd @${MV} ${WRKSRC}/src/FreeBSD/scripts/hsflowd.conf \ - ${WRKSRC}/src/FreeBSD/scripts/hsflowd.conf.sample + ${WRKSRC}/src/FreeBSD/scripts/hsflowd.conf.sample .include <bsd.port.mk> diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index b5cae73ee003..382730d5c840 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --disable-sendfile post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ - s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ + s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/configure diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 3bb438f8214c..0318ffa9c97b 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -14,7 +14,7 @@ COMMENT= File server for Mac OS X LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libevent.so:${PORTSDIR}/devel/libevent2 + libevent.so:${PORTSDIR}/devel/libevent2 USE_BDB= 5+ USES= iconv gmake pkgconfig perl5 libtool tar:bzip2 @@ -140,7 +140,7 @@ CONFIGURE_ARGS+=--disable-tcp-wrappers post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ - s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ + s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/configure diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile index 5f7408e09eff..95e032ea5f44 100644 --- a/net/nss-pam-ldapd/Makefile +++ b/net/nss-pam-ldapd/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.8.14 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ MAINTAINER?= zi@FreeBSD.org COMMENT?= Advanced fork of nss_ldap diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc index 1299357ee76b..1f43b009e800 100644 --- a/net/ntp-devel/Makefile.inc +++ b/net/ntp-devel/Makefile.inc @@ -4,62 +4,62 @@ OPTIONS_DEFINE= NTPSNMPD \ SSL \ IPV6 \ NTP_SIGND \ - BANCOMM \ - GPSVME \ - ACTS \ - ARBITER \ - ARCRON_MSF \ - AS2201 \ - ATOM \ - CHRONOLOG \ - CHU \ - AUDIO_CHU \ - DATUM \ - DUMBCLOCK \ - FG \ - HEATH \ - HOPFSERIAL \ - HOPFPCI \ - HPGPS \ - IRIG \ - JJY \ - JUPITER \ - LEITCH \ - LOCAL_CLOCK \ - MX4200 \ - NEOCLOCK4X \ - NMEA \ - ONCORE \ - PALISADE \ - PCF \ + BANCOMM \ + GPSVME \ + ACTS \ + ARBITER \ + ARCRON_MSF \ + AS2201 \ + ATOM \ + CHRONOLOG \ + CHU \ + AUDIO_CHU \ + DATUM \ + DUMBCLOCK \ + FG \ + HEATH \ + HOPFSERIAL \ + HOPFPCI \ + HPGPS \ + IRIG \ + JJY \ + JUPITER \ + LEITCH \ + LOCAL_CLOCK \ + MX4200 \ + NEOCLOCK4X \ + NMEA \ + ONCORE \ + PALISADE \ + PCF \ PERL_UTILS \ - PST \ - RIPENCC \ - SHM \ - SPECTRACOM \ - TRUETIME \ - ULINK \ - WWV \ - ZYFER \ - COMPUTIME \ - DCF7000 \ - HOPF6021 \ - MEINBERG \ - RAWDCF \ - RCC8000 \ - SCHMID \ + PST \ + RIPENCC \ + SHM \ + SPECTRACOM \ + TRUETIME \ + ULINK \ + WWV \ + ZYFER \ + COMPUTIME \ + DCF7000 \ + HOPF6021 \ + MEINBERG \ + RAWDCF \ + RCC8000 \ + SCHMID \ SEL240X \ - TRIMTAIP \ - TRIMTSIP \ - WHARTON \ - VARITEXT \ - DOCS \ - EXAMPLES + TRIMTAIP \ + TRIMTSIP \ + WHARTON \ + VARITEXT \ + DOCS \ + EXAMPLES OPTIONS_DEFAULT= SSL \ - ATOM \ + ATOM \ PERL_UTILS \ - NMEA + NMEA NTPSNMPD_DESC= Build and install ntpsnmpd NTP_SIGND_DESC= Enable signed NTP @@ -117,51 +117,51 @@ VARITEXT_DESC= Enable VARITEXT clock # XXX Broken under FreeBSD: TT560 Enable TrueTime 560 IRIG-B decoder NTP_DRIVERS= \ - BANCOMM \ - GPSVME \ - ACTS \ - ARBITER \ - ARCRON_MSF \ - AS2201 \ - ATOM \ - CHRONOLOG \ - CHU \ - AUDIO_CHU \ - DATUM \ - DUMBCLOCK \ - FG \ - HEATH \ - HOPFSERIAL \ - HOPFPCI \ - HPGPS \ - IRIG \ - JJY \ - JUPITER \ - LEITCH \ - LOCAL_CLOCK \ - MX4200 \ - NEOCLOCK4X \ - NMEA \ - ONCORE \ - PALISADE \ - PCF \ - PST \ - RIPENCC \ - SHM \ - SPECTRACOM \ - TRUETIME \ - ULINK \ - WWV \ - ZYFER \ - COMPUTIME \ - DCF7000 \ - HOPF6021 \ - MEINBERG \ - RAWDCF \ - RCC8000 \ - SCHMID \ + BANCOMM \ + GPSVME \ + ACTS \ + ARBITER \ + ARCRON_MSF \ + AS2201 \ + ATOM \ + CHRONOLOG \ + CHU \ + AUDIO_CHU \ + DATUM \ + DUMBCLOCK \ + FG \ + HEATH \ + HOPFSERIAL \ + HOPFPCI \ + HPGPS \ + IRIG \ + JJY \ + JUPITER \ + LEITCH \ + LOCAL_CLOCK \ + MX4200 \ + NEOCLOCK4X \ + NMEA \ + ONCORE \ + PALISADE \ + PCF \ + PST \ + RIPENCC \ + SHM \ + SPECTRACOM \ + TRUETIME \ + ULINK \ + WWV \ + ZYFER \ + COMPUTIME \ + DCF7000 \ + HOPF6021 \ + MEINBERG \ + RAWDCF \ + RCC8000 \ + SCHMID \ SEL240X \ - TRIMTAIP \ - TRIMTSIP \ - WHARTON \ - VARITEXT + TRIMTAIP \ + TRIMTSIP \ + WHARTON \ + VARITEXT diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index 1299357ee76b..1f43b009e800 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -4,62 +4,62 @@ OPTIONS_DEFINE= NTPSNMPD \ SSL \ IPV6 \ NTP_SIGND \ - BANCOMM \ - GPSVME \ - ACTS \ - ARBITER \ - ARCRON_MSF \ - AS2201 \ - ATOM \ - CHRONOLOG \ - CHU \ - AUDIO_CHU \ - DATUM \ - DUMBCLOCK \ - FG \ - HEATH \ - HOPFSERIAL \ - HOPFPCI \ - HPGPS \ - IRIG \ - JJY \ - JUPITER \ - LEITCH \ - LOCAL_CLOCK \ - MX4200 \ - NEOCLOCK4X \ - NMEA \ - ONCORE \ - PALISADE \ - PCF \ + BANCOMM \ + GPSVME \ + ACTS \ + ARBITER \ + ARCRON_MSF \ + AS2201 \ + ATOM \ + CHRONOLOG \ + CHU \ + AUDIO_CHU \ + DATUM \ + DUMBCLOCK \ + FG \ + HEATH \ + HOPFSERIAL \ + HOPFPCI \ + HPGPS \ + IRIG \ + JJY \ + JUPITER \ + LEITCH \ + LOCAL_CLOCK \ + MX4200 \ + NEOCLOCK4X \ + NMEA \ + ONCORE \ + PALISADE \ + PCF \ PERL_UTILS \ - PST \ - RIPENCC \ - SHM \ - SPECTRACOM \ - TRUETIME \ - ULINK \ - WWV \ - ZYFER \ - COMPUTIME \ - DCF7000 \ - HOPF6021 \ - MEINBERG \ - RAWDCF \ - RCC8000 \ - SCHMID \ + PST \ + RIPENCC \ + SHM \ + SPECTRACOM \ + TRUETIME \ + ULINK \ + WWV \ + ZYFER \ + COMPUTIME \ + DCF7000 \ + HOPF6021 \ + MEINBERG \ + RAWDCF \ + RCC8000 \ + SCHMID \ SEL240X \ - TRIMTAIP \ - TRIMTSIP \ - WHARTON \ - VARITEXT \ - DOCS \ - EXAMPLES + TRIMTAIP \ + TRIMTSIP \ + WHARTON \ + VARITEXT \ + DOCS \ + EXAMPLES OPTIONS_DEFAULT= SSL \ - ATOM \ + ATOM \ PERL_UTILS \ - NMEA + NMEA NTPSNMPD_DESC= Build and install ntpsnmpd NTP_SIGND_DESC= Enable signed NTP @@ -117,51 +117,51 @@ VARITEXT_DESC= Enable VARITEXT clock # XXX Broken under FreeBSD: TT560 Enable TrueTime 560 IRIG-B decoder NTP_DRIVERS= \ - BANCOMM \ - GPSVME \ - ACTS \ - ARBITER \ - ARCRON_MSF \ - AS2201 \ - ATOM \ - CHRONOLOG \ - CHU \ - AUDIO_CHU \ - DATUM \ - DUMBCLOCK \ - FG \ - HEATH \ - HOPFSERIAL \ - HOPFPCI \ - HPGPS \ - IRIG \ - JJY \ - JUPITER \ - LEITCH \ - LOCAL_CLOCK \ - MX4200 \ - NEOCLOCK4X \ - NMEA \ - ONCORE \ - PALISADE \ - PCF \ - PST \ - RIPENCC \ - SHM \ - SPECTRACOM \ - TRUETIME \ - ULINK \ - WWV \ - ZYFER \ - COMPUTIME \ - DCF7000 \ - HOPF6021 \ - MEINBERG \ - RAWDCF \ - RCC8000 \ - SCHMID \ + BANCOMM \ + GPSVME \ + ACTS \ + ARBITER \ + ARCRON_MSF \ + AS2201 \ + ATOM \ + CHRONOLOG \ + CHU \ + AUDIO_CHU \ + DATUM \ + DUMBCLOCK \ + FG \ + HEATH \ + HOPFSERIAL \ + HOPFPCI \ + HPGPS \ + IRIG \ + JJY \ + JUPITER \ + LEITCH \ + LOCAL_CLOCK \ + MX4200 \ + NEOCLOCK4X \ + NMEA \ + ONCORE \ + PALISADE \ + PCF \ + PST \ + RIPENCC \ + SHM \ + SPECTRACOM \ + TRUETIME \ + ULINK \ + WWV \ + ZYFER \ + COMPUTIME \ + DCF7000 \ + HOPF6021 \ + MEINBERG \ + RAWDCF \ + RCC8000 \ + SCHMID \ SEL240X \ - TRIMTAIP \ - TRIMTSIP \ - WHARTON \ - VARITEXT + TRIMTAIP \ + TRIMTSIP \ + WHARTON \ + VARITEXT diff --git a/net/openmq/Makefile b/net/openmq/Makefile index bb30ebd7df84..5c7200a3ff61 100644 --- a/net/openmq/Makefile +++ b/net/openmq/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 4.5.2.p.1 PORTEPOCH= 1 CATEGORIES= net java MASTER_SITES= http://download.java.net/mq/open-mq/4.5.2/b03/ \ - http://download.java.net/maven/2/javax/javaee-api/6.0/:2 \ + http://download.java.net/maven/2/javax/javaee-api/6.0/:2 \ http://download.java.net/maven/2/com/sun/grizzly/grizzly-nio-framework/1.9.18a/:3 \ http://download.java.net/maven/2/com/sun/woodstock/dependlibs/jhall/2.0/:4 DISTFILES= ${SRCDIST} ${BOOTJARS} diff --git a/net/p5-Net-AMQP/Makefile b/net/p5-Net-AMQP/Makefile index d5365f07e4a1..653d9cf88687 100644 --- a/net/p5-Net-AMQP/Makefile +++ b/net/p5-Net-AMQP/Makefile @@ -15,9 +15,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep diff --git a/net/p5-Net-Frame-Dump/Makefile b/net/p5-Net-Frame-Dump/Makefile index 669ad03d27d0..59bf2f237662 100644 --- a/net/p5-Net-Frame-Dump/Makefile +++ b/net/p5-Net-Frame-Dump/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ - p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap + p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/net/p5-Net-Frame-Layer-ICMPv6/Makefile b/net/p5-Net-Frame-Layer-ICMPv6/Makefile index af6d36b3879c..e61384686ab9 100644 --- a/net/p5-Net-Frame-Layer-ICMPv6/Makefile +++ b/net/p5-Net-Frame-Layer-ICMPv6/Makefile @@ -12,8 +12,8 @@ COMMENT= Perl encoding/decoding implementation of the ICMPv6 layer BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ - p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ - p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor + p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ + p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/net/p5-Net-Frame-Layer-IPv6/Makefile b/net/p5-Net-Frame-Layer-IPv6/Makefile index 10921f571c16..2ae4437505a8 100644 --- a/net/p5-Net-Frame-Layer-IPv6/Makefile +++ b/net/p5-Net-Frame-Layer-IPv6/Makefile @@ -12,8 +12,8 @@ COMMENT= Perl encoding/decoding implementation of the IPv6 layer BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ - p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ - p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor + p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ + p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/net/p5-Net-Frame/Makefile b/net/p5-Net-Frame/Makefile index 0ab5777217a7..f283f7ec77ee 100644 --- a/net/p5-Net-Frame/Makefile +++ b/net/p5-Net-Frame/Makefile @@ -13,7 +13,7 @@ COMMENT= Base framework for frame crafting LICENSE= ART10 BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ - p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ + p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-IPv6Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/net/p5-REST-Google/Makefile b/net/p5-REST-Google/Makefile index 6172afb53135..3f2eceb4f7d3 100644 --- a/net/p5-REST-Google/Makefile +++ b/net/p5-REST-Google/Makefile @@ -13,8 +13,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Access Google REST (aka AJAX) API from Perl RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ p5-JSON-Any>=1.16:${PORTSDIR}/converters/p5-JSON-Any BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/net/pwhois/Makefile b/net/pwhois/Makefile index fee816f1fdfc..5d5302e4cd45 100644 --- a/net/pwhois/Makefile +++ b/net/pwhois/Makefile @@ -39,10 +39,10 @@ post-patch: -e 's|CC = gcc |CC = ${CC}|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/etc/pwhois/|${ETCDIR}/|g' \ - -e 's|/var/pwhois/|/var/db/pwhois/|g' \ - -e 's|/var/log/|/var/log/pwhois/|g' \ - -e 's|/var/db/log/|/var/log/pwhois/|g' \ - ${WRKSRC}/main.c ${WRKSRC}/pwhois-updatedb \ + -e 's|/var/pwhois/|/var/db/pwhois/|g' \ + -e 's|/var/log/|/var/log/pwhois/|g' \ + -e 's|/var/db/log/|/var/log/pwhois/|g' \ + ${WRKSRC}/main.c ${WRKSRC}/pwhois-updatedb \ ${WRKSRC}/pwhois_pwdump.c ${WRKSRC}/pwhoisd.conf do-install: @@ -54,7 +54,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/pwhois-pwdump ${STAGEDIR}${PREFIX}/bin/ @${INSTALL_SCRIPT} ${WRKSRC}/pwhois-updatedb ${STAGEDIR}${PREFIX}/sbin/ @${INSTALL_DATA} ${WRKSRC}/pwhoisd.conf \ - ${STAGEDIR}${ETCDIR}/pwhoisd.conf.sample + ${STAGEDIR}${ETCDIR}/pwhoisd.conf.sample @${INSTALL_DATA} ${WRKSRC}/mysql/createdb.sql ${STAGEDIR}${DATADIR}/ post-install: diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index 26298f11c7a5..74dee1bbc026 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -30,11 +30,11 @@ MANPAGES= avahi-bookmarks.1 avahi-discover.1 post-patch: @${REINPLACE_CMD} -e 's|@pkglibdir@|${DATADIR}|' \ - ${WRKSRC}/avahi-python/avahi/ServiceTypeDatabase.py.in + ${WRKSRC}/avahi-python/avahi/ServiceTypeDatabase.py.in pre-build: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} clean + Makefile ${MAKE_ARGS} clean post-build: @cd ${WRKSRC}/service-type-database && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index f0a2ed82b69a..3e6a7dc78c7d 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -13,6 +13,6 @@ COMMENT= Local network discovery tool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ - --sysconfdir=${DATADIR} + --sysconfdir=${DATADIR} .include <bsd.port.mk> diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index c7cfa7ffd8e9..037ba82ec9c0 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -45,12 +45,12 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if defined(LITE) PKGNAMESUFFIX= -lite PLIST_SUB+= ${x:tu}="@comment $x not installed" \ - ${x:tu}_MAN="@comment $x not installed " + ${x:tu}_MAN="@comment $x not installed " CONFIGURE_ARGS+= --enable-$x=no OPTIONS_EXCLUDE+= RTP SNMP GEOIP LUA ADNS CARES .else PLIST_SUB+= ${x:tu}=bin/$x \ - ${x:tu}_MAN="" + ${x:tu}_MAN="" .endif .endfor diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index a6db21e31f53..f77070239adb 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -94,12 +94,12 @@ post-patch: @${REINPLACE_CMD} -e 's|girepositry|girepository|g' \ ${WRKSRC}/lib/packagekit-glib2/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - '/xsltproc/s|.xsl [$$]? &> /dev|.xsl $$? > /dev|g' + '/xsltproc/s|.xsl [$$]? &> /dev|.xsl $$? > /dev|g' post-install: .if !defined(SLAVEPORT) @${INSTALL_DATA} ${WRKSRC}/data/transactions.db \ - ${STAGEDIR}${PREFIX}/share/PackageKit/transactions.db + ${STAGEDIR}${PREFIX}/share/PackageKit/transactions.db .endif .include <bsd.port.mk> diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index 3b934fbaf126..17b738f68095 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -30,6 +30,6 @@ PLIST_FILES= %%DATADIR%%/pt_BR.aff \ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \ - ${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${STAGEDIR}${DATADIR}/ + ${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> diff --git a/science/p5-Mcstas-Tools/Makefile b/science/p5-Mcstas-Tools/Makefile index cfe1ad6fc641..ddcb561ea0ac 100644 --- a/science/p5-Mcstas-Tools/Makefile +++ b/science/p5-Mcstas-Tools/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-Tk>0:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-PGPLOT>=2.21:${PORTSDIR}/graphics/p5-PGPLOT \ PDL>0:${PORTSDIR}/math/PDL \ - ${LOCALBASE}/bin/mcstas:${PORTSDIR}/science/mcstas + ${LOCALBASE}/bin/mcstas:${PORTSDIR}/science/mcstas USES= cmake gmake perl5 CMAKE_ARGS= -Denable_mcstas=1 diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index 63d04f7837a2..a1ba131e10e2 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -69,7 +69,7 @@ post-build: post-install: (cd ${WRKDIR} && ${INSTALL_SCRIPT} psychopy \ - ${STAGEDIR}${PREFIX}/bin) + ${STAGEDIR}${PREFIX}/bin) @${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psychopy/app/Resources/DejaVuSerif.ttf @${LN} -sf ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psychopy/app/Resources diff --git a/security/arm/Makefile b/security/arm/Makefile index 5aad97cf9073..f15999aa677f 100644 --- a/security/arm/Makefile +++ b/security/arm/Makefile @@ -48,11 +48,11 @@ post-patch: .endif @${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \ - ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall + ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall @${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \ - ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \ + ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \ ${WRKSRC}/src/gui/controller.py .include <bsd.port.post.mk> diff --git a/security/fprintd/Makefile b/security/fprintd/Makefile index aaf641f38bf1..4eb254b8cec7 100644 --- a/security/fprintd/Makefile +++ b/security/fprintd/Makefile @@ -11,7 +11,7 @@ COMMENT= Daemon that provides fingerprint scanning functionality over D-Bus LICENSE= GPLv2 LIB_DEPENDS= libfprint.so:${PORTSDIR}/security/libfprint \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit GNU_CONFIGURE= yes diff --git a/security/nss/Makefile b/security/nss/Makefile index eb0c0b9731e1..2b63833dc1f6 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -85,17 +85,17 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/nss/nss ${STAGEDIR}${PREFIX}/lib/nss ${FIND} ${DIST}/public/nss -type l \ - -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; + -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; ${INSTALL_LIB} ${BINS}/lib/*.so.1 \ ${STAGEDIR}${PREFIX}/lib/nss ${INSTALL_DATA} ${BINS}/lib/libcrmf.a \ - ${STAGEDIR}${PREFIX}/lib/nss + ${STAGEDIR}${PREFIX}/lib/nss .for bin in ${INSTALL_BINS} ${INSTALL_PROGRAM} ${BINS}/bin/${bin} \ ${STAGEDIR}${PREFIX}/bin .endfor cd ${BINS}/lib && \ - ${TAR} -cf - *.so | ${TAR} --unlink -C ${STAGEDIR}${PREFIX}/lib/nss -xf - + ${TAR} -cf - *.so | ${TAR} --unlink -C ${STAGEDIR}${PREFIX}/lib/nss -xf - ${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/nss.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig diff --git a/security/openbsm-devel/Makefile b/security/openbsm-devel/Makefile index 90673a7f1a68..61766b41fc5e 100644 --- a/security/openbsm-devel/Makefile +++ b/security/openbsm-devel/Makefile @@ -5,7 +5,7 @@ PORTNAME= openbsm DISTVERSION= 1.2-alpha4 CATEGORIES= security MASTER_SITES= http://www.trustedbsd.org/downloads/ \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= -devel MAINTAINER= zi@FreeBSD.org diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 94d6b24e8fb0..e20d6aab9f93 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -28,13 +28,13 @@ PORTDATA= *.schema post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \ - ${WRKSRC}/vers_string + ${WRKSRC}/vers_string post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.schema ${STAGEDIR}${DATADIR} @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ - -e 's|%%DATADIR%%|${DATADIR}|' < ${PKGDIR}/pkg-message \ + -e 's|%%DATADIR%%|${DATADIR}|' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/security/sguil/Makefile b/security/sguil/Makefile index c7146be9f0ec..fb45f462e7c2 100644 --- a/security/sguil/Makefile +++ b/security/sguil/Makefile @@ -78,8 +78,8 @@ GROUPS= sguil PORTDOCS= ${COMMON_DOCS:S|^doc/||} COMMON_DOCS= doc/CHANGES doc/FAQ doc/INSTALL doc/INSTALL.openbsd \ - doc/OPENSSL.README doc/TODO doc/UPGRADE doc/USAGE \ - doc/sguildb.dia + doc/OPENSSL.README doc/TODO doc/UPGRADE doc/USAGE \ + doc/sguildb.dia .include <bsd.port.options.mk> diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index cb0281bcb616..580bc820370c 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -181,7 +181,7 @@ post-patch: .else # In server port don't install filed @${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.in .endif .if !target(post-install) diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 02b48e27b673..2f6a4427b24e 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -50,6 +50,6 @@ PLIST_SUB= FULL_VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libbrasero-burn/burn-process.c + ${WRKSRC}/libbrasero-burn/burn-process.c .include <bsd.port.mk> diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index b34473b685fc..798bbb37566e 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Framework for defining and tracking users LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 @@ -29,9 +29,9 @@ INSTALL_TARGET= install-strip post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ - ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-display-device + ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-display-device ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \ - ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-server-pid + ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-server-pid @${MKDIR} ${STAGEDIR}/var/log/ConsoleKit .include <bsd.port.mk> diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index 860434c5d656..90b4a7d4fdcb 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -36,7 +36,7 @@ GH_TAGNAME= 6c5fa0d:gometrics fbd82e8:goradix 308eaa6:awssdkgo 6afd8e4:etcd \ ec11b92:consultemplate c2a1a65:envconsul 7554cd9:errwrap \ 875fb67:gocleanhttp 8b8de10:gogatedio fa3f638:gomsgpack \ d30f099:gomultierror 42a2b57:gosyslog 2951e8b:gouuid \ - 17e3543:golanglru 4de5195:hcl 0dc08b1:logutils 8d36400:serf \ + 17e3543:golanglru 4de5195:hcl 0dc08b1:logutils 8d36400:serf \ 97820e2:vault bbaa094:gojmespath ffe986a:pq \ 6fc6626:copystructure 87b45ff:iochan 281073e:mapstructure \ eecf4c7:reflectwalk 913027e:gozookeeper c8b9e63:crypto \ diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 9cf5be49fea2..09d32cccb432 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -85,16 +85,16 @@ post-patch: @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \ ${WRKSRC}/hal.conf.in @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse + < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/dist ${INSTALL_DATA} ${WRKSRC}/hal.conf ${STAGEDIR}${DATADIR}/dist @${MKDIR} ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor ${INSTALL_DATA} ${FILESDIR}/10-mouse-sysmouse.fdi \ - ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor + ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor ${INSTALL_SCRIPT} ${FILESDIR}/mount-fuse \ - ${STAGEDIR}${PREFIX}/share/hal/mount-fuse + ${STAGEDIR}${PREFIX}/share/hal/mount-fuse @${MKDIR} ${STAGEDIR}/var/lib/hal post-install-DOCS-on: @@ -102,6 +102,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \ ${STAGEDIR}${DOCSDIR}/README.freebsd ${INSTALL_DATA} ${WRKDIR}/README.fuse \ - ${STAGEDIR}${DOCSDIR}/README.fuse + ${STAGEDIR}${DOCSDIR}/README.fuse .include <bsd.port.post.mk> diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index e6f5a9000b8c..89c20d1b3b25 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -40,7 +40,7 @@ GLIB_SCHEMAS= org.mate.control-center.gschema.xml \ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/capplets/common/mate-theme-info.c + ${WRKSRC}/capplets/common/mate-theme-info.c @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ ${WRKSRC}/capplets/display/org.mate.randr.policy.in diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile index 6d7bd30b0173..cd40861d3fa9 100644 --- a/sysutils/msktutil/Makefile +++ b/sysutils/msktutil/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.5.1 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org COMMENT= Utility to manage Active Directory interoperability diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index ac3482cf1496..97695971f993 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -17,7 +17,7 @@ LICENSE_TEXT= As per the international "Berne Convention" this work is \ obtained from the author <qjail1@a1poweruser.com>. \ This work is provided 'AS IS' and you use it at your own risk. \ Redistribution and use is permitted providing this license \ - notice is retained. + notice is retained. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 diff --git a/sysutils/riak-cs/Makefile b/sysutils/riak-cs/Makefile index 79d5ec3e41b7..2b1518fbac59 100644 --- a/sysutils/riak-cs/Makefile +++ b/sysutils/riak-cs/Makefile @@ -35,7 +35,7 @@ PLIST_SUB+= RIAKCS_CONFDIR=${RIAKCS_CONFDIR} \ RIAKCS_HOMEDIR=${RIAKCS_HOMEDIR} \ RIAKCS_LIBDIR=${RIAKCS_LIBDIR} \ RIAKCS_LOGDIR=${RIAKCS_LOGDIR} \ - USERS=${USERS} \ + USERS=${USERS} \ GROUPS=${GROUPS} ALL_TARGET= rel diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 5ceef52c460a..237063539715 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -45,7 +45,7 @@ post-install: knife-download.1 knife-edit.1 knife-environment.1 knife-exec.1 knife-index-rebuild.1 \ knife-list.1 knife-node.1 knife-raw.1 knife-recipe-list.1 knife-role.1 knife-search.1 \ knife-serve.1 knife-show.1 knife-ssh.1 knife-ssl-check.1 knife-ssl-fetch.1 knife-status.1 \ - knife-tag.1 knife-upload.1 knife-user.1 knife-xargs.1 knife.1 + knife-tag.1 knife-upload.1 knife-user.1 knife-xargs.1 knife.1 @cd ${WRKSRC}/distro/common/man/man1 && ${INSTALL_MAN} ${M1} ${STAGEDIR}${MANPREFIX}/man/man1/ .endfor .for M8 in chef-client.8 chef-solo.8 diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile index 6e8fa3a0e6a4..073b004b8a33 100644 --- a/sysutils/runit/Makefile +++ b/sysutils/runit/Makefile @@ -24,7 +24,7 @@ PORTDOCS= * DOCS= package/CHANGES package/README \ package/THANKS doc/*.html CONFIG= etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \ - etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish + etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish post-patch: ${REINPLACE_CMD} -i '' 's!/service/!${SERVICE_DIR}!' \ diff --git a/sysutils/uptimed/Makefile b/sysutils/uptimed/Makefile index 901e22f6a59a..845852bca929 100644 --- a/sysutils/uptimed/Makefile +++ b/sysutils/uptimed/Makefile @@ -27,8 +27,8 @@ post-patch: s|/var/run/uptimed|/var/run/uptimed.pid|' \ ${WRKSRC}/etc/uptimed.conf-dist @${REINPLACE_CMD} -e \ - 's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \ - ${WRKSRC}/src/uprecords.c + 's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \ + ${WRKSRC}/src/uprecords.c post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile index ee88490a7c2c..8a8ad3922853 100644 --- a/sysutils/vpnc-scripts/Makefile +++ b/sysutils/vpnc-scripts/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= sbin/vpnc-script sbin/vpnc-script-sshd sbin/vpnc-script-ptrtd post-patch: @${REINPLACE_CMD} -e 's|\(/etc/vpnc\)|${PREFIX}\1|' \ - ${WRKSRC}/vpnc-script + ${WRKSRC}/vpnc-script do-install: ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script ${STAGEDIR}${PREFIX}/sbin diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index afc0b292e3a1..fd3504465d69 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.0.9 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://os.ghalkes.nl/dist/ \ - http://fossies.org/unix/privat/ + http://fossies.org/unix/privat/ EXTRACT_SUFX= .tgz MAINTAINER= danilo@FreeBSD.org diff --git a/textproc/kmfl-sil-ipa-unicode/Makefile b/textproc/kmfl-sil-ipa-unicode/Makefile index 8cbf280128cc..40dbb39c7336 100644 --- a/textproc/kmfl-sil-ipa-unicode/Makefile +++ b/textproc/kmfl-sil-ipa-unicode/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=IPAUni_12_Src\&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=IPAUni_12.pdf\&filename=/:2 DISTFILES= IPAUni_Src12.zip:1 \ - IPA+Unicode+5.1_ver+1.2_KMN.pdf:2 + IPA+Unicode+5.1_ver+1.2_KMN.pdf:2 DIST_SUBDIR= kmfl EXTRACT_ONLY= IPAUni_Src12.zip diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile index c2e6a710aefc..2bcfa05a1d88 100644 --- a/textproc/linuxdoc-tools/Makefile +++ b/textproc/linuxdoc-tools/Makefile @@ -18,10 +18,10 @@ LICENSE_PERMS_LinuxdocTools= dist-mirror dist-sell pkg-mirror pkg-sell auto-acce BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ nsgmls:${PORTSDIR}/textproc/jade \ - sgmlsasp:${PORTSDIR}/textproc/sgmls + sgmlsasp:${PORTSDIR}/textproc/sgmls RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ nsgmls:${PORTSDIR}/textproc/jade \ - sgmlsasp:${PORTSDIR}/textproc/sgmls + sgmlsasp:${PORTSDIR}/textproc/sgmls GNU_CONFIGURE= yes USES= gmake perl5 diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 6d16dd2d8dff..af0f5652c6e0 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre \ - libuninum.so:${PORTSDIR}/devel/libuninum \ + libuninum.so:${PORTSDIR}/devel/libuninum \ libutf8proc.so:${PORTSDIR}/textproc/utf8proc RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash diff --git a/textproc/p5-Net-Snort-Parser/Makefile b/textproc/p5-Net-Snort-Parser/Makefile index 642b4481cb67..3a0167c3333f 100644 --- a/textproc/p5-Net-Snort-Parser/Makefile +++ b/textproc/p5-Net-Snort-Parser/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.41 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-${PORTNAME}/ \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile b/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile index 24306409998e..036e352663ca 100644 --- a/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile +++ b/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-HTML-SuperForm + p5-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-HTML-SuperForm RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/py-sphinx_numfig/Makefile b/textproc/py-sphinx_numfig/Makefile index 3abb74783d4e..72eac0707b2e 100644 --- a/textproc/py-sphinx_numfig/Makefile +++ b/textproc/py-sphinx_numfig/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= ${SPHINXDIR}/ext/numfig.py ${SPHINXDIR}/ext/numfig.pyc do-install: cd ${WRKDIR}/sphinx_numfig-r13 && \ - ${MKDIR} ${STAGEDIR}${SPHINXDIR}/ext && \ - ${PYTHON_CMD} setup.py install ${STAGEDIR}${SPHINXDIR} ${SPHINXDIR}/ext + ${MKDIR} ${STAGEDIR}${SPHINXDIR}/ext && \ + ${PYTHON_CMD} setup.py install ${STAGEDIR}${SPHINXDIR} ${SPHINXDIR}/ext .include <bsd.port.mk> diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 49163443d345..088122b328a6 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -12,10 +12,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= OMF help system based on the Freedesktop specification BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ + docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt \ + ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml @@ -38,12 +38,12 @@ post-patch: ${WRKSRC}/util/Makefile.in @${REINPLACE_CMD} -e 's|@localstatedir@/lib/rarian|@localstatedir@/db/rarian|g ; \ s|getopt|${LOCALBASE}/bin/getopt|' \ - ${WRKSRC}/util/rarian-sk-config.in \ + ${WRKSRC}/util/rarian-sk-config.in \ ${WRKSRC}/util/rarian-sk-extract.in \ ${WRKSRC}/util/rarian-sk-rebuild.in \ ${WRKSRC}/util/rarian-sk-update.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/librarian/rarian-main.c \ + ${WRKSRC}/librarian/rarian-main.c \ ${WRKSRC}/librarian/rarian-man.c \ ${WRKSRC}/librarian/rarian-info.c diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile index 94f75616f5bd..898bb9b1b002 100644 --- a/textproc/scim-kmfl-imengine/Makefile +++ b/textproc/scim-kmfl-imengine/Makefile @@ -49,7 +49,7 @@ pre-patch: post-patch: @${REINPLACE_CMD} \ 's|/usr/X11R6/lib|${LOCALBASE}/lib|' \ - ${WRKSRC}/src/Makefile.* ${WRKSRC}/src/xkbmap.cpp + ${WRKSRC}/src/Makefile.* ${WRKSRC}/src/xkbmap.cpp @${REINPLACE_CMD} \ 's|/usr/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/scim_kmfl_imengine_setup/scim_kmfl_imengine_setup.cpp diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index ec6503b1f344..7955e9cc029f 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -28,7 +28,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN DOCYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ - dot:${PORTSDIR}/graphics/graphviz + dot:${PORTSDIR}/graphics/graphviz DOCYGEN_ALL_TARGET= all docs post-patch: diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index 8ef02738c449..97b043cf2a9d 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -45,8 +45,8 @@ USES= cmake:outsource compiler:c++11-lib execinfo CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ - -DLOCALBASE:STRING=${LOCALBASE} \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON + -DLOCALBASE:STRING=${LOCALBASE} \ + -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} diff --git a/www/aws/Makefile b/www/aws/Makefile index c40f6eeec40c..42364fcc5dac 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -134,7 +134,7 @@ post-patch: @${REINPLACE_CMD} \ -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/aws.gpr \ + ${WRKSRC}/aws.gpr \ ${WRKSRC}/src/src.gpr \ ${WRKSRC}/include/include.gpr @${SED} -e 's|@PREFIX@|${LOCALBASE}|g' ${FILESDIR}/temparse.gpr.in \ diff --git a/www/awstats/Makefile b/www/awstats/Makefile index a81cfe8c87f6..df6ed0d2b4d6 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -76,7 +76,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/*.pm \ ${STAGEDIR}${WWWDIR}/cgi-bin/plugins (cd ${WRKSRC}/wwwroot/cgi-bin/plugins && ${COPYTREE_SHARE} example \ - ${STAGEDIR}${WWWDIR}/cgi-bin/plugins) + ${STAGEDIR}${WWWDIR}/cgi-bin/plugins) @${MKDIR} ${STAGEDIR}${WWWDIR}/classes ${INSTALL_DATA} ${WRKSRC}/wwwroot/classes/awgraphapplet.jar \ ${STAGEDIR}${WWWDIR}/classes diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 4f6ef4fd50ab..93358488f422 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -35,14 +35,14 @@ PLIST_SUB= VERSION="3.14" post-patch: @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in + ${WRKSRC}/intltool-merge.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ s|-DGTK_DISABLE_DEPRECATED||g ; \ s|-DG_DISABLE_DEPRECATED||g ; \ - s|-DGDK_DISABLE_DEPRECATED||g' \ + s|-DGDK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ - ${WRKSRC}/components/editor/Makefile.in + ${WRKSRC}/components/editor/Makefile.in @${REINPLACE_CMD} '/g_thread_init/d' ${WRKSRC}/components/editor/main.c @${REINPLACE_CMD} -e 's|G_CONST_RETURN||g' \ ${WRKSRC}/a11y/*.[ch] diff --git a/www/logtools/Makefile b/www/logtools/Makefile index 00fa45e31798..54967e792b62 100644 --- a/www/logtools/Makefile +++ b/www/logtools/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.13d PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.coker.com.au/logtools/ \ - LOCAL/chinsan/logtools/ + LOCAL/chinsan/logtools/ MAINTAINER= ports@FreeBSD.org COMMENT= Useful tools to deal with CLF files (Common Log File format) diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index 130a6201dceb..eba6b5d99d0a 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -25,7 +25,7 @@ AP_GENPLIST= yes SRC_FILE= *.c AP_INC+= ${LOCALBASE}/include/home \ - -I ${LOCALBASE}/include/php \ + -I ${LOCALBASE}/include/php \ -I ${LOCALBASE}/include/php/Zend \ -I ${LOCALBASE}/include/php/TSRM \ -I ${LOCALBASE}/include/php/main diff --git a/www/otrs/Makefile b/www/otrs/Makefile index 7b13328bf554..e4e008959b1f 100644 --- a/www/otrs/Makefile +++ b/www/otrs/Makefile @@ -134,7 +134,7 @@ USE_APACHE_RUN= 22+ post-patch: @${FIND} ${WRKSRC} -name "*.pm" | \ ${XARGS} ${REINPLACE_CMD} -i '' \ - -e 's|Digest::SHA::PurePerl|Digest::SHA|g' + -e 's|Digest::SHA::PurePerl|Digest::SHA|g' @${FIND} ${WRKSRC} -name "*.orig" -delete @${RM} -rf ${WRKSRC}/Kernel/cpan-lib/ \ ${CLEAN_FILES:S!^!${WRKSRC}/!} diff --git a/www/p5-Catalyst-Plugin-Log-Handler/Makefile b/www/p5-Catalyst-Plugin-Log-Handler/Makefile index 2735ed612073..792f637db45d 100644 --- a/www/p5-Catalyst-Plugin-Log-Handler/Makefile +++ b/www/p5-Catalyst-Plugin-Log-Handler/Makefile @@ -11,8 +11,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Catalyst log handler BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Log-Handler>=0:${PORTSDIR}/devel/p5-Log-Handler \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat + p5-Log-Handler>=0:${PORTSDIR}/devel/p5-Log-Handler \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/www/p5-FCGI-Async/Makefile b/www/p5-FCGI-Async/Makefile index 761e686cf508..ec87042107f8 100644 --- a/www/p5-FCGI-Async/Makefile +++ b/www/p5-FCGI-Async/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \ p5-Net-Async-FastCGI>=0:${PORTSDIR}/www/p5-Net-Async-FastCGI \ - p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI + p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString \ diff --git a/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile b/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile index 175712196f35..eb4a281c1f9d 100644 --- a/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile +++ b/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile @@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Module for processing files with MultiMarkdown syntax for Apache BUILD_DEPENDS= p5-Text-MultiMarkdown>=0:${PORTSDIR}/textproc/p5-Text-MultiMarkdown \ - p5-Text-Typography>=0:${PORTSDIR}/textproc/p5-Text-Typography \ + p5-Text-Typography>=0:${PORTSDIR}/textproc/p5-Text-Typography \ ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/www/seahub/Makefile b/www/seahub/Makefile index daf6d010d405..77cec06ac5df 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -109,7 +109,7 @@ post-install-sitepackages: if [ "$$sp_pkg" == "Djblets-0.6.14" ]; then ${REINPLACE_CMD} -e "s|PIL|Pillow|" ./Djblets.egg-info/requires.txt; \ ${REINPLACE_CMD} -e "s|PIL|Pillow|" ./setup.py; fi && \ ${PYTHON_CMD} setup.py install; \ - done)) + done)) (cd ${VIRTUALENV}${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}) diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index cb90b9e434f6..042f51817285 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -21,7 +21,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/ac_config_files/s|xft\.pc|xft\.pc xft-config|' \ - ${WRKSRC}/configure + ${WRKSRC}/configure post-install: @${INSTALL_SCRIPT} ${WRKSRC}/xft-config \ diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 7cf9a3753b28..898f45b4f397 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -28,7 +28,7 @@ CFLAGS+= -I${TCL_INCLUDEDIR}/generic \ MAKE_JOBS_UNSAFE=yes PLIST_SUB+= BLTVER=${PORTVERSION:R} \ - BLTSHORTVER=${PORTVERSION:R:S/.//} + BLTSHORTVER=${PORTVERSION:R:S/.//} CONFIGURE_ARGS+=--prefix=${PREFIX} \ --exec_prefix=${PREFIX} \ diff --git a/x11-toolkits/fltk-devel/Makefile b/x11-toolkits/fltk-devel/Makefile index 7c2fd77e81ea..b55855eeddf1 100644 --- a/x11-toolkits/fltk-devel/Makefile +++ b/x11-toolkits/fltk-devel/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= ${PREFIX}/lib/fltk-devel USES+= cmake:outsource jpeg LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS+= -DOPTION_BUILD_SHARED_LIBS:BOOL=ON \ - -DPREFIX_BIN:PATH=${PREFIX}/bin/fltk-devel \ + -DPREFIX_BIN:PATH=${PREFIX}/bin/fltk-devel \ -DPREFIX_DATA:PATH=${PREFIX}/share/fltk-devel \ -DPREFIX_DOC:PATH=${PREFIX}/share/examples/fltk-devel \ -DPREFIX_INCLUDE:PATH=${PREFIX}/include/fltk-devel \ diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index cc18ca569f0b..d2681998ad49 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -5,7 +5,7 @@ PORTNAME= fox PORTVERSION= 1.6.51 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ \ - http://ftp.fox-toolkit.org/pub/ + http://ftp.fox-toolkit.org/pub/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= ports@FreeBSD.org diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 575c058a4056..11a662a75396 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra \ - libnotify.so:${PORTSDIR}/devel/libnotify \ + libnotify.so:${PORTSDIR}/devel/libnotify \ libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview USES= gmake pkgconfig tar:bzip2 tcl diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index c99d741c295d..7f8bfe9cbc3b 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -24,7 +24,7 @@ USE_GNOME= gtkhtml3 vte librsvg2 libgnomecanvas \ post-patch: @${FIND} ${WRKSRC} -name '*.pl' -o -name 'gapi-parser' | ${XARGS} \ - ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' + ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' @${REINPLACE_CMD} -e 's|enable_gda=yes|enable_gda=no|g ; \ s|enable_gnomedb=yes|enable_gnomedb=no|g ; \ s|libgtkhtml-3.8|libgtkhtml-3.14|g' ${WRKSRC}/configure diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 646d7f40ba59..604c36548b0f 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS NLS SOUND OPTIONS_SUB= yes SOUND_DESC= Sound support via pulseaudio/libsndfile SOUND_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio \ - libsndfile.so:${PORTSDIR}/audio/libsndfile + libsndfile.so:${PORTSDIR}/audio/libsndfile SOUND_CONFIGURE_ON= --enable-sound \ --enable-sound-pulse \ --with-sndldr=sndfile diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 405c3a3a9a9e..83b41b7a92fd 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -40,7 +40,7 @@ post-patch: @${REINPLACE_CMD} -e '/chmod 0/d' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E '/\/usr\/share/d; \ s|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${LOCALBASE}|g; \ + s|/usr/X11R6|${LOCALBASE}|g; \ s|(share/pixmaps.*),|\1|g' \ ${WRKSRC}/data/WMWmakerconf* .for file in data/po/ja.po po/ja.po diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index f4f8d10db6d6..2e254646f63f 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -104,8 +104,8 @@ post-patch: @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/daemon/gdm-session-worker.c + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/daemon/gdm-session-worker.c @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ -e 's|/usr/bin/X|${LOCALBASE}/bin/X|g' \ -e 's|/usr/bin/Xorg|${LOCALBASE}/bin/Xorg|g' \ diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index c0d92e627e4d..d9e3908cf1fc 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -13,7 +13,7 @@ COMMENT= Utility library to make XKB stuff easier BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ - iso-codes>=0:${PORTSDIR}/misc/iso-codes + iso-codes>=0:${PORTSDIR}/misc/iso-codes USE_XORG= x11 xkbfile USES= gmake libtool pathfix pkgconfig tar:xz diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index 9c3363884da4..2e8fdf461126 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -32,7 +32,7 @@ USE_XORG+= x11 .if ${PORT_OPTIONS:MLIBXCB} USE_XORG+= xcb LIB_DEPENDS+= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ - libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms CMAKE_ARGS+= -DUSE_XCB:BOOL=ON .endif diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 8fc4f4dc3e77..fd795a081dd0 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -78,11 +78,11 @@ post-patch: .if ${PORT_OPTIONS:MPAM} .for f in driver/passwd-pam.c driver/xscreensaver.man @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ - ${WRKSRC}/${f} + ${WRKSRC}/${f} .endfor .else @${REINPLACE_CMD} -e 's|install-xml install-pam|install-xml|' \ - ${WRKSRC}/driver/Makefile.in + ${WRKSRC}/driver/Makefile.in .endif pre-build: @@ -101,7 +101,7 @@ post-install-slave: post-install: post-install-slave @(if test -x ${STAGEDIR}${PREFIX}/bin/xscreensaver-hacks/webcollage-helper; then \ - ${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \ + ${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \ ${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \ ${MV} ${TMPPLIST}.cat ${TMPPLIST}; fi) |