1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/news/husky-fidoconf-devel/files/patch-man::Makefile
Renato Botelho 93aada4d37 Configuration library for Husky Fidosoft Project.
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>
2005-10-26 15:46:18 +00:00

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: