aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-03-12 16:13:34 +0800
committerobrien <obrien@FreeBSD.org>1997-03-12 16:13:34 +0800
commit2f4c4ef88eebc9f43e55daece1d565e05a4eb124 (patch)
treee50cba4cbc06252cfb1bdd3574b5a515b35f5a2a /editors
parent385515e42e1ac8728eeafef8326ce365d1893f4e (diff)
downloadfreebsd-ports-gnome-2f4c4ef88eebc9f43e55daece1d565e05a4eb124.tar.gz
freebsd-ports-gnome-2f4c4ef88eebc9f43e55daece1d565e05a4eb124.tar.zst
freebsd-ports-gnome-2f4c4ef88eebc9f43e55daece1d565e05a4eb124.zip
I know the ports freeze is 10 minutes past... but hopefully Satoshi
will let me get away with this one... Install app-defaults as NEdit.ad rather than NEdit (so it won't overwrite any custom one). Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914
Diffstat (limited to 'editors')
-rw-r--r--editors/nedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index b7a1c9a7efdf..3fcc6ef4cb60 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -4,7 +4,7 @@
#
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
-# $Id: Makefile,v 1.5 1997/02/05 13:11:45 obrien Exp $
+# $Id: Makefile,v 1.6 1997/02/18 06:00:30 asami Exp $
#
DISTNAME= nedit-4.0.3
@@ -24,6 +24,6 @@ EXTRACT_ONLY= nedit_source.tar.gz
MAN1= nedit.1 nc.1
post-extract:
- ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit
+ ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
.include <bsd.port.mk>