summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-12 08:13:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-12 08:13:34 +0000
commita11f28520c4619fa49ea646f1f24f9ffe23ab13f (patch)
treed09a907bc58d59c079600f0a475a420f42db9e64
parentRemoved entry from MASTER_SITES that had just a path without a hostname. (diff)
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
Notes
Notes: svn path=/head/; revision=5951
-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>