From 14d5a99e9c2743dfef60d3cd3baa196a08b97720 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 18 Feb 1997 06:00:30 +0000 Subject: Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now. --- editors/nedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 675835750d6..b7a1c9a7efd 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -4,8 +4,9 @@ # # Whom: Daniel Eischen # -# $Id: Makefile,v 1.4 1996/11/18 13:58:01 asami Exp $ +# $Id: Makefile,v 1.5 1997/02/05 13:11:45 obrien Exp $ # + DISTNAME= nedit-4.0.3 CATEGORIES= editors x11 MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_3/ \ @@ -19,7 +20,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm REQUIRES_MOTIF= yes USE_X11= yes NO_WRKSUBDIR= yes -EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xzf EXTRACT_ONLY= nedit_source.tar.gz MAN1= nedit.1 nc.1 -- cgit