mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
93aada4d37
Development version. Husky is complete freeware suite of Fidonet applications. WWW: http://husky.sourceforge.net/ PR: ports/88025 Submitted by: Oleg Sharoiko <os@rsu.ru>
21 lines
383 B
Plaintext
21 lines
383 B
Plaintext
--- man/Makefile.orig Wed Feb 5 14:51:47 2003
|
|
+++ man/Makefile Wed Oct 19 20:57:40 2005
|
|
@@ -20,7 +20,7 @@
|
|
|
|
all:
|
|
|
|
-install: copy link
|
|
+install: copy
|
|
|
|
copy:
|
|
$(MKDIR) $(MKDIROPT) $(MAN1DIR)
|
|
@@ -28,7 +28,7 @@
|
|
|
|
link:
|
|
cd $(MAN1DIR)$(DIRSEP); \
|
|
- for f in $(FCONF2ALIASES) ; do $(LN) -s fconf2.1 $$f ; done
|
|
+ for f in $(FCONF2ALIASES) ; $(LN) -s fconf2.1 $$f ; done
|
|
|
|
clean:
|
|
|