diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2002-07-15 18:26:25 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-07-15 18:26:25 +0000 |
commit | 47b89b76a680260b244109a8a0a113ab411b6dcc (patch) | |
tree | 5196c30fb4ee7af60147670da9f7a9ce8c876581 /editors/nedit | |
parent | 785acd565619cf6128a77da084d9c0eed854eac7 (diff) | |
download | freebsd-ports-47b89b76a680260b244109a8a0a113ab411b6dcc.zip |
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 2f0307118cd8..bcb1476efc05 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.nedit.org/pub/v5_3/ \ http://www.nedit.org/ftp/v5_3/ \ http://www.nedit.org/ftp/contrib/misc/ DISTFILES= nedit-5.3-source.tar.bz2 nedit.app-defaults +EXTRACT_ONLY= nedit-5.3-src.tar.bz2 MAINTAINER= deischen@freebsd.org @@ -20,7 +21,6 @@ USE_BZIP2= yes USE_MOTIF= yes USE_X_PREFIX= yes USE_XPM= yes -EXTRACT_ONLY= nedit-5.3-src.tar.gz MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd |