From 47b89b76a680260b244109a8a0a113ab411b6dcc Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Mon, 15 Jul 2002 18:26:25 +0000 Subject: [PATCH] Move EXTRACT_ONLY to where it should be (portlint complained). Change filename extension of extracted file to match distfile. --- editors/nedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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