aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/vnless
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:39:03 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:39:03 +0000
commit39c606448364a6c0fdfe2159f2974a996747d1ce (patch)
treefca6bebc5aff2ae05b986260069cafa27bcdbe29 /vietnamese/vnless
parentd6cef14959740056b7a10db07237a037c6c59fe4 (diff)
downloadports-39c606448364a6c0fdfe2159f2974a996747d1ce.tar.gz
ports-39c606448364a6c0fdfe2159f2974a996747d1ce.zip
Make this port reinstall friendly.
Notes
Notes: svn path=/head/; revision=20048
Diffstat (limited to 'vietnamese/vnless')
-rw-r--r--vietnamese/vnless/files/patch-0111
1 files changed, 3 insertions, 8 deletions
diff --git a/vietnamese/vnless/files/patch-01 b/vietnamese/vnless/files/patch-01
index bcb2df2044b7..c67ee12bb528 100644
--- a/vietnamese/vnless/files/patch-01
+++ b/vietnamese/vnless/files/patch-01
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Feb 24 13:15:42 1992
-+++ Makefile Wed Dec 4 03:26:44 1996
+--- Makefile.orig Mon Feb 24 15:15:42 1992
++++ Makefile Tue Apr 13 18:24:18 1999
@@ -31,15 +31,15 @@
# INSTALL_HELP is a list of the public version of the help file.
# INSTALL_LESSMAN is a list of the public versions of the less manual page.
@@ -30,38 +30,33 @@
##########################################################################
-@@ -82,24 +83,24 @@
+@@ -82,24 +83,19 @@
$(CC) $(CFLAGS) -c -DHELPFILE=\"$(HELPFILE)\" help.c
install_less: vnless
- for f in $(INSTALL_LESS); do rm -f $$f; cp vnless $$f; done
- touch install_less
+ @for f in $(INSTALL_LESS); do rm -f $$f; cp vnless $$f; done
-+ @touch install_less
install_key: lesskey
- for f in $(INSTALL_KEY); do rm -f $$f; cp lesskey $$f; done
- touch install_key
+ @for f in $(INSTALL_KEY); do rm -f $$f; cp lesskey $$f; done
-+ @touch install_key
install_help: less.help
- for f in $(INSTALL_HELP); do rm -f $$f; cp less.help $$f; done
- touch install_help
+ @for f in $(INSTALL_HELP); do rm -f $$f; cp less.help $$f; done
-+ @touch install_help
install_lman: $(LESS_MANUAL)
- for f in $(INSTALL_LESSMAN); do rm -f $$f; cp $(LESS_MANUAL) $$f; done
- touch install_lman
+ @for f in $(INSTALL_LESSMAN); do rm -f $$f; cp $(LESS_MANUAL) $$f; done
-+ @touch install_lman
install_kman: $(KEY_MANUAL)
- for f in $(INSTALL_KEYMAN); do rm -f $$f; cp $(KEY_MANUAL) $$f; done
- touch install_kman
+ @for f in $(INSTALL_KEYMAN); do rm -f $$f; cp $(KEY_MANUAL) $$f; done
-+ @touch install_kman
##########################################################################
# Maintenance