diff options
author | asami <asami@FreeBSD.org> | 1997-02-18 14:00:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-18 14:00:30 +0800 |
commit | 14d5a99e9c2743dfef60d3cd3baa196a08b97720 (patch) | |
tree | 3250df3010745a0fc4b386a2e0c4b45169fff408 /editors | |
parent | b0feb1133ae55c6366e5bd99a8111c4d8437931b (diff) | |
download | freebsd-ports-graphics-14d5a99e9c2743dfef60d3cd3baa196a08b97720.tar.gz freebsd-ports-graphics-14d5a99e9c2743dfef60d3cd3baa196a08b97720.tar.zst freebsd-ports-graphics-14d5a99e9c2743dfef60d3cd3baa196a08b97720.zip |
Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <deischen@iworks.InterWorks.org> # -# $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 |