aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-27 06:25:32 +0800
committergpalmer <gpalmer@FreeBSD.org>1996-06-27 06:25:32 +0800
commit069fda2e0a35cb2a69428876cf46bb002a594523 (patch)
treed6ebc816a7826e2ba162ee287d0392aa2f1b386c /editors
parente693b71c89582b9cfaac93128ea6902453e07622 (diff)
downloadfreebsd-ports-gnome-069fda2e0a35cb2a69428876cf46bb002a594523.tar.gz
freebsd-ports-gnome-069fda2e0a35cb2a69428876cf46bb002a594523.tar.zst
freebsd-ports-gnome-069fda2e0a35cb2a69428876cf46bb002a594523.zip
Add back -N to FETCH_BEFORE_ARGS (it used to be in NCFTPFLAGS). -N is
a no-op for fetch (and hence harmless), but this'll make it easier for those that want to use NCFTP to do so.
Diffstat (limited to 'editors')
-rw-r--r--editors/uemacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index 7c01f8f4c3e6..fd7046c18a98 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.6 1995/10/04 10:18:56 asami Exp $
+# $Id: Makefile,v 1.7 1996/06/26 22:02:08 gpalmer Exp $
#
DISTNAME= uemacs
@@ -21,6 +21,6 @@ PATCH_STRIP= -p1
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -Laq
EXTRACT_AFTER_ARGS= -d ${WRKDIR}
-FETCH_BEFORE_ARGS= -P
+FETCH_BEFORE_ARGS= -NP
.include <bsd.port.mk>