diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:56:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:56:50 +0000 |
commit | e9b2b81b975fb2026e7e253af139e127941f08d4 (patch) | |
tree | 695ab6fd7bbfb638861cdd77df54d5ec2004650d /editors/e3/files | |
parent | 156b2c2e6715529fb9459eb87182c4aaf7074390 (diff) | |
download | ports-e9b2b81b975fb2026e7e253af139e127941f08d4.tar.gz ports-e9b2b81b975fb2026e7e253af139e127941f08d4.zip |
Update to version 2.0.
Notes
Notes:
svn path=/head/; revision=52129
Diffstat (limited to 'editors/e3/files')
-rw-r--r-- | editors/e3/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/e3/files/patch-Makefile b/editors/e3/files/patch-Makefile index ebc57cde2506..6773f474575b 100644 --- a/editors/e3/files/patch-Makefile +++ b/editors/e3/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile Wed Jan 3 14:19:05 2001 -+++ Makefile.new Wed Jan 3 14:20:50 2001 +--- Makefile.orig Fri Nov 9 10:38:26 2001 ++++ Makefile Mon Dec 24 17:54:32 2001 @@ -8,7 +8,7 @@ # 2. edit dest dir prefix if you want.... @@ -9,9 +9,9 @@ #PREFIX=/boot/home -@@ -60,13 +60,13 @@ - - install: e3 +@@ -86,13 +86,13 @@ + ln -sf $(BINDIR)/e3 $(BINDIR)/e3ne + else install -d $(PREFIX) $(BINDIR) $(MANDIR) - install -m 755 e3 $(BINDIR) + ${BSD_INSTALL_PROGRAM} e3 $(BINDIR) @@ -22,6 +22,6 @@ ln -sf $(BINDIR)/e3 $(BINDIR)/e3ne - install -m 644 e3.man $(MANDIR)/e3.$(MANSEC) + ${BSD_INSTALL_MAN} e3.man $(MANDIR)/e3.$(MANSEC) + endif clean: - rm -f e3*.o e3*.lst e3 e3em e3pi e3vi e3ws e3ne |