1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/news/s-news/files/patch-Makefile.in
Pav Lucistnik 8a798e41ad S-news is a simple news server for hosts with one or two users.
It is intened to supply spool and offline news reading for a
configured selection of newsgroups.  S-news does the minimum
required to maintain a conventional news spool and makes use
of suck or newsstar for news transport.

PR:		ports/69121
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-07-17 19:11:03 +00:00

24 lines
774 B
Plaintext

--- Makefile.in.orig Sat May 18 21:23:03 2002
+++ Makefile.in Sat Jul 17 21:03:08 2004
@@ -113,7 +113,7 @@
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$p;\
done
for p in $(SCRIPTS); do\
- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$p;\
+ $(INSTALL_SCRIPT) $$p $(DESTDIR)$(sbindir)/$$p;\
done
$(INSTALL_DIRECTORY) $(DESTDIR)$(mandir)/man1
for p in $(MAN1PAGES); do\
@@ -125,10 +125,9 @@
done
$(INSTALL_VARDIR) $(spooldir)
$(INSTALL_VARDIR) $(confdir)
- $(INSTALL_VARDIR) $(confdir)/suck
for d in $(DATA); do\
if test ! -e $(DESTDIR)$(confdir)/$$d; then\
- $(INSTALL_VARDATA) data/$$d $(DESTDIR)$(confdir)/$$d;\
+ $(INSTALL_VARDATA) data/$$d $(DESTDIR)$(confdir)/$$d.sample;\
fi;\
done
if test ! -e $(DESTDIR)$(confdir)/put.news; then\