diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-05 13:11:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-05 13:11:45 +0000 |
commit | 41e08c01aae1acc4cc36c80f22f2b04509d50037 (patch) | |
tree | ce0847ca99cc6561d2c249086e2fb1b786aa1ebd /editors/nedit/Makefile | |
parent | 320520b6c7cfd65cdc8e4a44253f3fcb09f50e33 (diff) | |
download | FreeBSD-ports-41e08c01aae1acc4cc36c80f22f2b04509d50037.zip FreeBSD-ports-41e08c01aae1acc4cc36c80f22f2b04509d50037.tar.gz |
Upgrade to 4.0.3.
Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org>
Closes PRs: ports/1752, ports/2548
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r-- | editors/nedit/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 6fa4b97..6758357 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -4,13 +4,13 @@ # # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id: Makefile,v 1.3 1996/10/10 00:33:02 max Exp $ +# $Id: Makefile,v 1.4 1996/11/18 13:58:01 asami Exp $ # -DISTNAME= nedit-4.0.1 +DISTNAME= nedit-4.0.3 CATEGORIES= editors x11 -MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_1/ \ - ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_1/contrib/ -DISTFILES= nedit_source.tar nedit.app-defaults +MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_3/ \ + ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_3/contrib/ +DISTFILES= nedit_source.tar.gz nedit.app-defaults MAINTAINER= deischen@iworks.InterWorks.org @@ -19,8 +19,8 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm REQUIRES_MOTIF= yes USE_X11= yes NO_WRKSUBDIR= yes -EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf -EXTRACT_ONLY= nedit_source.tar +EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xzf +EXTRACT_ONLY= nedit_source.tar.gz MAN1= nedit.1 nc.1 post-extract: |