diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /print | |
parent | 1797fa8d15fb48b349a9dcceef649bf7bbbc52c3 (diff) | |
download | freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.gz freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.zst freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'print')
-rw-r--r-- | print/epsonepl/Makefile | 3 | ||||
-rw-r--r-- | print/fpdf/Makefile | 3 | ||||
-rw-r--r-- | print/ttf2pt1/Makefile | 3 | ||||
-rw-r--r-- | print/xdvi/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/print/epsonepl/Makefile b/print/epsonepl/Makefile index 57c2c833a9d8..97f9a33e8772 100644 --- a/print/epsonepl/Makefile +++ b/print/epsonepl/Makefile @@ -7,14 +7,13 @@ PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/GS-IJS%20Plugin%20v${PORTVERSION} DISTNAME= ${PORTNAME}ijs-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Printer filter for EPSON EPL-5700L etc LIB_DEPENDS= libijs.so:${PORTSDIR}/print/libijs -USES= uidfix +USES= uidfix tar:tgz USE_GHOSTSCRIPT_RUN= yes MAKEFILE= ${FILESDIR}/Makefile diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index cc7161b57396..539cef7fac41 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -8,7 +8,6 @@ PORTEPOCH= 1 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/en/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Free PHP class to generate PDF files with pure PHP @@ -16,7 +15,7 @@ COMMENT= Free PHP class to generate PDF files with pure PHP USE_PHP= zlib FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES} -USES= dos2unix +USES= dos2unix tar:tgz NO_BUILD= yes FPDF_DIR?= share/fpdf diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index c41af94bc153..1a6107984472 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 3.4.4 PORTREVISION= 6 CATEGORIES= print MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= True Type Font to Postscript Type 1 Converter @@ -14,7 +13,7 @@ COMMENT= True Type Font to Postscript Type 1 Converter LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils -USES= pkgconfig shebangfix perl5 uidfix +USES= pkgconfig shebangfix perl5 uidfix tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LIBS}" \ INSTDIR="${STAGEDIR}${PREFIX}" LIBXDIR="${STAGEDIR}${PREFIX}/bin" \ OWNER=${BINOWN} GROUP=${BINGRP} diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index b8e45642c0d8..11510607fdf0 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -8,7 +8,6 @@ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME}-20 -EXTRACT_SUFX= .tar.Z DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -19,7 +18,7 @@ EXPIRATION_DATE=2014-08-20 CONFLICTS= teTeX-* -USES= gmake imake:notall +USES= gmake imake:notall tar:Z USE_XORG= ice sm x11 xaw xext xmu xt xpm PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall |