diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /editors | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.zst freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/asedit/Makefile | 3 | ||||
-rw-r--r-- | editors/e3/Makefile | 3 | ||||
-rw-r--r-- | editors/e93/Makefile | 3 | ||||
-rw-r--r-- | editors/scite/Makefile | 3 | ||||
-rw-r--r-- | editors/xed/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index ebf5dc8df2a3..4f2aa1c7023d 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -6,12 +6,11 @@ PORTVERSION= 1.3.2 PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= XCONTRIB/editors -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Text editor for X/Motif -USES= imake:notall motif +USES= imake:notall motif tar:Z USE_XORG= ice sm x11 xext xmu xp xt PLIST_FILES= bin/asedit \ diff --git a/editors/e3/Makefile b/editors/e3/Makefile index f8c84cef5d52..0b853a638d20 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 2.8 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://sites.google.com/site/e3editor/Home/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Full featured text editor written in assembler BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USES= gmake +USES= gmake tar:tgz MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCHS= i386 diff --git a/editors/e93/Makefile b/editors/e93/Makefile index e5c4a9fd1672..1d2766053c9a 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.4.2 CATEGORIES= editors tcl MASTER_SITES= ftp://ftp.e93.org/pub/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}r${PORTVERSION:E}X -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Nifty editor based on Tcl @@ -15,7 +14,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake tcl +USES= gmake tcl tar:tgz USE_XORG= x11 xinerama MAKE_ARGS= PREFIX="${PREFIX}" \ TCL_INCLUDE="-I${TCL_INCLUDEDIR}" \ diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 68915ca2c27c..081144c785b8 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 3.4.1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Full-featured SCIntilla based text editor for GTK/GNOME @@ -19,7 +18,7 @@ FULL_BUFFER_MENU_DESC= Show all files in buffer menu WRKSRC= ${WRKDIR}/${PORTNAME}/gtk -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig tar:tgz USE_GNOME= gtk20 MAKEFILE= makefile diff --git a/editors/xed/Makefile b/editors/xed/Makefile index f4fbd9e8f621..320d3ba18503 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -8,12 +8,11 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors DISTNAME= ${PORTNAME}${PORTVERSION} -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Text editor for X -USES= imake +USES= imake tar:Z USE_XORG= xaw pre-build: |