diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:39:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:39:03 +0800 |
commit | 684d36266abb8fc6e1e76d13d7bc62701d112dcc (patch) | |
tree | 7d511f2800a72553e2ed0e811d788d35b3158025 /vietnamese/vnless | |
parent | 9ba73948da24f81e476313f0ac3081b9dcc6daf3 (diff) | |
download | freebsd-ports-gnome-684d36266abb8fc6e1e76d13d7bc62701d112dcc.tar.gz freebsd-ports-gnome-684d36266abb8fc6e1e76d13d7bc62701d112dcc.tar.zst freebsd-ports-gnome-684d36266abb8fc6e1e76d13d7bc62701d112dcc.zip |
Make this port reinstall friendly.
Diffstat (limited to 'vietnamese/vnless')
-rw-r--r-- | vietnamese/vnless/files/patch-01 | 11 |
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 |