diff options
author | deischen <deischen@FreeBSD.org> | 2002-07-16 02:26:25 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-07-16 02:26:25 +0800 |
commit | b6a4adb80e9d3198ae21c390e714dc6f617706ea (patch) | |
tree | 187c6710673f2f6095306ef1d6415acf9b882ca7 /editors | |
parent | e495aa32ebda1c68000e2b26177e7f55657a25a6 (diff) | |
download | freebsd-ports-gnome-b6a4adb80e9d3198ae21c390e714dc6f617706ea.tar.gz freebsd-ports-gnome-b6a4adb80e9d3198ae21c390e714dc6f617706ea.tar.zst freebsd-ports-gnome-b6a4adb80e9d3198ae21c390e714dc6f617706ea.zip |
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
Diffstat (limited to 'editors')
-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 |