Index: head/archivers/engrampa/Makefile =================================================================== --- head/archivers/engrampa/Makefile (revision 514225) +++ head/archivers/engrampa/Makefile (revision 514226) @@ -1,40 +1,40 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= engrampa PORTVERSION= 1.22.1 CATEGORIES= archivers mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Archive manager for zip files, tar, etc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= ${LOCALBASE}/bin/gtar:archivers/gtar \ ${LOCALBASE}/bin/unzip:archivers/unzip PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake libtool localbase \ - pathfix pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome libtool localbase \ + mate pathfix pkgconfig tar:xz USE_MATE= caja USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-packagekit INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.engrampa.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/fr-command-tar.c \ ${WRKSRC}/src/fr-command-zip.c .include Index: head/archivers/gcab/Makefile =================================================================== --- head/archivers/gcab/Makefile (revision 514225) +++ head/archivers/gcab/Makefile (revision 514226) @@ -1,19 +1,22 @@ # Created by: kwm@FreeBSD.org # $FreeBSD$ PORTNAME= gcab PORTVERSION= 1.0 CATEGORIES= archivers gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GObject library to create cabinet files BUILD_DEPENDS= vala:lang/vala \ gtkdoc-scan:textproc/gtk-doc -USES= cpe gettext meson pkgconfig tar:xz +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gettext gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build CPE_VENDOR= gnome .include Index: head/archivers/gnome-autoar/Makefile =================================================================== --- head/archivers/gnome-autoar/Makefile (revision 514225) +++ head/archivers/gnome-autoar/Makefile (revision 514226) @@ -1,23 +1,23 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gnome-autoar PORTVERSION= 0.2.3 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Glib wrapper around libarchives LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -USES= gettext-runtime gmake libarchive libtool pkgconfig tar:xz +USES= gettext-runtime gmake gnome libarchive libtool pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include Index: head/archivers/javatar/Makefile =================================================================== --- head/archivers/javatar/Makefile (revision 514225) +++ head/archivers/javatar/Makefile (revision 514226) @@ -1,35 +1,38 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= javatar PORTVERSION= 2.5 PORTREVISION= 2 CATEGORIES= archivers java MASTER_SITES= http://www.gjt.org/download/time/java/tar/ MAINTAINER= ale@FreeBSD.org COMMENT= Java tar archive I/O package +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/doc/LICENSE + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes PORTDOCS= api LICENSE License.html readme.html tarman.html JARFILES= tar.jar PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} OPTIONS_DEFINE= DOCS do-install: @${ECHO_MSG} -n ">> Install JAR file in ${STAGEDIR}${JAVAJARDIR}..." @${INSTALL_DATA} ${WRKSRC}/jars/tar.jar ${STAGEDIR}${JAVAJARDIR}/ @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing documentation in ${STAGEDIR}${DOCSDIR}..." @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/doc && ${FIND} ${PORTDOCS} \ | ${CPIO} -pdmu ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 @${ECHO_MSG} " [ DONE ]" .include Index: head/archivers/lzfse/Makefile =================================================================== --- head/archivers/lzfse/Makefile (revision 514225) +++ head/archivers/lzfse/Makefile (revision 514226) @@ -1,18 +1,21 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= lzfse PORTVERSION= 20160707 CATEGORIES= archivers MAINTAINER= skreuzer@FreeBSD.org COMMENT= Lempel-Ziv style data compression algorithm +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_GITHUB= yes GH_ACCOUNT= lzfse GH_TAGNAME= 4591228 USES= gmake MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}" .include Index: head/archivers/lzlib/Makefile =================================================================== --- head/archivers/lzlib/Makefile (revision 514225) +++ head/archivers/lzlib/Makefile (revision 514226) @@ -1,20 +1,23 @@ # Created by: Albert Vernon # $FreeBSD$ PORTNAME= lzlib PORTVERSION= 1.10 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip/lzlib MAINTAINER= delphij@FreeBSD.org COMMENT= In-memory LZMA compression and decompression library +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= include/lzlib.h \ lib/liblz.a USES= gmake GNU_CONFIGURE= yes MAKE_ARGS= ${MAKE_ENV} INFO= lzlib .include Index: head/archivers/makeself/Makefile =================================================================== --- head/archivers/makeself/Makefile (revision 514225) +++ head/archivers/makeself/Makefile (revision 514226) @@ -1,37 +1,40 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= makeself PORTVERSION= 2.2.0 CATEGORIES= archivers MASTER_SITES= http://cdn.megastep.org/makeself/ EXTRACT_SUFX= .run MAINTAINER= jadawin@FreeBSD.org COMMENT= Neat script to make self-extracting archives +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= bash:shells/bash EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC} NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/makeself bin/makeself-header \ bin/makeself-header.sh bin/makeself.sh OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|#!/bin/sh|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/makeself.sh do-install: .for i in makeself makeself-header ${INSTALL_SCRIPT} ${WRKSRC}/${i}.sh ${STAGEDIR}${PREFIX}/bin @${LN} -sf ${i}.sh ${STAGEDIR}${PREFIX}/bin/${i} .endfor .include Index: head/archivers/mscompress/Makefile =================================================================== --- head/archivers/mscompress/Makefile (revision 514225) +++ head/archivers/mscompress/Makefile (revision 514226) @@ -1,24 +1,27 @@ # Created by: Patrick Seal # $FreeBSD$ PORTNAME= mscompress PORTVERSION= 0.3 CATEGORIES= archivers MASTER_SITES= SUNSITE/utils/compress MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 HAS_CONFIGURE= yes PLIST_FILES= bin/mscompress bin/msexpand \ man/man1/mscompress.1.gz man/man1/msexpand.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/archivers/nomarch/Makefile =================================================================== --- head/archivers/nomarch/Makefile (revision 514225) +++ head/archivers/nomarch/Makefile (revision 514226) @@ -1,26 +1,29 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= nomarch PORTVERSION= 1.4 CATEGORIES= archivers MASTER_SITES= SUNSITE/utils/compress MAINTAINER= ports@FreeBSD.org COMMENT= Extracts files from the old '.arc' archive format +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= bin/nomarch man/man1/nomarch.1.gz PORTDOCS= COPYING ChangeLog NEWS README TODO MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nomarch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/archivers/packddir/Makefile =================================================================== --- head/archivers/packddir/Makefile (revision 514225) +++ head/archivers/packddir/Makefile (revision 514226) @@ -1,26 +1,29 @@ # Created by: Ayumi M # $FreeBSD$ PORTNAME= packddir PORTVERSION= 0.0.6 CATEGORIES= archivers MASTER_SITES= SAVANNAH DISTNAME= upackddir_${PORTVERSION}-1 MAINTAINER= ayu@commun.jp COMMENT= These trivial utilities can unpack and create PackdDir archives +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/upackddir \ man/man1/upackddir.1.gz MAKE_ARGS= CC="${CC}" post-patch: ${REINPLACE_CMD} -e 's|$$(DESTDIR)/usr|$$(DESTDIR)${PREFIX}|' ${WRKSRC}/Makefile post-install: ${INSTALL_MAN} ${WRKSRC}/upackddir.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/upackddir .include Index: head/archivers/peazip/Makefile =================================================================== --- head/archivers/peazip/Makefile (revision 514225) +++ head/archivers/peazip/Makefile (revision 514226) @@ -1,103 +1,103 @@ # $FreeBSD$ PORTNAME= peazip PORTVERSION= 6.8.1 PORTREVISION= 1 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor LICENSE= LGPL3 -USES= desktop-file-utils dos2unix fpc lazarus:flavors zip +USES= desktop-file-utils dos2unix fpc lazarus:flavors zip xorg USE_FPC= cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11 USE_XORG= x11 SUB_FILES= pea peazip DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi LAZBUILD_ARGS= -d gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ARCHIVER_FILES= # OPTIONS_DEFINE= 7Z ARC ZPAQ UNACE 7Z_DESC= 7z file archiver support ARC_DESC= Arc file archiver support ZPAQ_DESC= Zpaq file archiver support UNACE_DESC= Unace file archiver support OPTIONS_DEFAULT= 7Z .if ${FLAVOR:Ugtk2:Mgtk2} USES+= gnome USE_GNOME+= cairo .endif .include .if ${PORT_OPTIONS:M7Z} RUN_DEPENDS+= 7z:archivers/p7zip ARCHIVER_FILES+=7z PLIST_SUB+= 7Z="" .else PLIST_SUB+= 7Z="@comment " .endif .if ${PORT_OPTIONS:MARC} RUN_DEPENDS+= arc:archivers/arc ARCHIVER_FILES+=arc PLIST_SUB+= ARC="" .else PLIST_SUB+= ARC="@comment " .endif .if ${PORT_OPTIONS:MZPAQ} RUN_DEPENDS+= zpaq:archivers/paq ARCHIVER_FILES+=zpaq PLIST_SUB+= ZPAQ="" .else PLIST_SUB+= ZPAQ="@comment " .endif .if ${PORT_OPTIONS:MUNACE} RUN_DEPENDS+= unace:archivers/unace ARCHIVER_FILES+=unace PLIST_SUB+= UNACE="" .else PLIST_SUB+= UNACE="@comment " .endif post-patch: ${REINPLACE_CMD} 's|GetSelectedNodePath|Path|g' ${WRKSRC}/peach.pas pre-install: @${ECHO_CMD} "#" > ${WRKSRC}/altconf.txt @${ECHO_CMD} "appdata" >> ${WRKSRC}/altconf.txt do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/res .for ARCHIVER in ${ARCHIVER_FILES} @${MKDIR} ${STAGEDIR}${DATADIR}/res/${ARCHIVER} @${LN} -s ${LOCALBASE}/bin/${ARCHIVER} ${STAGEDIR}${DATADIR}/res/${ARCHIVER}/${ARCHIVER} .endfor @cd ${WRKSRC}/res && ${COPYTREE_SHARE} "icons lang themes" ${STAGEDIR}${DATADIR}/res @cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} pea ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @cd ${WRKSRC}/FreeDesktop_integration && \ ${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \ ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include Index: head/archivers/ppmd/Makefile =================================================================== --- head/archivers/ppmd/Makefile (revision 514225) +++ head/archivers/ppmd/Makefile (revision 514226) @@ -1,23 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= ppmd PORTVERSION= 20050811 CATEGORIES= archivers MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast archiver with good compression ratio +LICENSE= PD + PORTDOCS= read_me.txt PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/archivers/sectar/Makefile =================================================================== --- head/archivers/sectar/Makefile (revision 514225) +++ head/archivers/sectar/Makefile (revision 514226) @@ -1,16 +1,19 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= sectar PORTVERSION= 1.02 CATEGORIES= archivers MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program to create encrypted tar archives +LICENSE= GPLv2 +LICENSE_FILEE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/sectar .include Index: head/archivers/squeeze/Makefile =================================================================== --- head/archivers/squeeze/Makefile (revision 514225) +++ head/archivers/squeeze/Makefile (revision 514226) @@ -1,30 +1,30 @@ # Created by: markand # $FreeBSD$ PORTNAME= squeeze PORTVERSION= 0.2.3 PORTREVISION= 11 CATEGORIES= archivers xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Squeeze is a modern and advanced archive manager LICENSE= GPLv2 LIB_DEPENDS= libthunar-vfs-1.so:x11-fm/thunar-vfs -USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils \ - libtool xfce:gtk2 xorg +USES= tar:bzip2 pkgconfig gmake gnome gettext pathfix \ + desktop-file-utils libtool xfce:gtk2 xorg USE_XFCE= thunar USE_XORG= x11 USE_GNOME= gtk20 glib20 intltool USE_LDCONFIG= yes SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS=--disable-static --without-html-dir .include Index: head/archivers/torrentzip/Makefile =================================================================== --- head/archivers/torrentzip/Makefile (revision 514225) +++ head/archivers/torrentzip/Makefile (revision 514226) @@ -1,27 +1,30 @@ # Created by: swhetzel@gmail.com # $FreeBSD$ PORTNAME= torrentzip PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION} DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= autoreconf WRKSRC= ${WRKDIR}/trrntzip PLIST_FILES= bin/trrntzip PORTDOCS= README OPTIONS_DEFINE= DOCS pre-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README .include Index: head/archivers/xarchive/Makefile =================================================================== --- head/archivers/xarchive/Makefile (revision 514225) +++ head/archivers/xarchive/Makefile (revision 514226) @@ -1,39 +1,39 @@ # Created by: Mark Kane # $FreeBSD$ PORTNAME= xarchive DISTVERSION= 0.2.8-6 PORTREVISION= 9 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= mark@mkproductions.org COMMENT= GTK+ front end for various archiving tools RUN_DEPENDS= bash:shells/bash -USES= pkgconfig +USES= gnome pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 OPTIONS_DEFINE= 7ZIP ARJ ACE DEB RAR RPM ZIP 7ZIP_DESC= 7zip archive support ARJ_DESC= ARJ archive support ACE_DESC= ACE archive support DEB_DESC= DEB archive support RAR_DESC= RAR archive support RPM_DESC= RPM archive support ZIP_DESC= ZIP archive support 7ZIP_RUN_DEPENDS= 7z:archivers/p7zip ARJ_RUN_DEPENDS= arj:archivers/arj ACE_RUN_DEPENDS= unace:archivers/unace DEB_RUN_DEPENDS= dpkg-deb:archivers/dpkg RAR_RUN_DEPENDS= rar:archivers/rar \ unrar:archivers/unrar RPM_RUN_DEPENDS= rpm2cpio:archivers/rpm2cpio \ rpm:archivers/rpm4 ZIP_RUN_DEPENDS= zip:archivers/zip .include Index: head/archivers/xarchiver/Makefile =================================================================== --- head/archivers/xarchiver/Makefile (revision 514225) +++ head/archivers/xarchiver/Makefile (revision 514226) @@ -1,61 +1,61 @@ # Created by: Andreev Maxim # $FreeBSD$ PORTNAME= xarchiver PORTVERSION= 0.5.4.7 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= archivers MAINTAINER= danilo@FreeBSD.org COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-open:devel/xdg-utils \ 7zr:archivers/p7zip \ zip:archivers/zip \ zipinfo:archivers/unzip USE_GITHUB= yes GH_ACCOUNT= ib -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gmake gnome pkgconfig USE_GNOME= cairo glib20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_GROUP= FORMATS OPTIONS_GROUP_FORMATS= ARJ LZO RAR OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 OPTIONS_SUB= yes FORMATS_DESC= Additional compression formats support ARJ_DESC= ARJ compression support LZO_DESC= LZO compression support RAR_DESC= RAR compression support ARJ_RUN_DEPENDS= arj:archivers/arj LZO_RUN_DEPENDS= lzop:archivers/lzop RAR_RUN_DEPENDS= unrar:archivers/unrar \ rar:archivers/rar GTK2_CONFIGURE_ENABLE= gtk2 GTK2_USE= GNOME=gtk20 GTK3_USE= GNOME=gtk30 NLS_USES= gettext localbase NLS_USES_OFF= gettext-tools post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in post-patch-NLS-off: @${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in .include