openbsd-ports/net/ushare/patches/patch-scripts_Makefile

13 lines
440 B
Plaintext
Raw Normal View History

$OpenBSD: patch-scripts_Makefile,v 1.1.1.1 2010/03/22 22:26:59 ajacoutot Exp $
--- scripts/Makefile.orig Tue Feb 9 13:19:30 2010
+++ scripts/Makefile Tue Feb 9 13:19:36 2010
@@ -17,8 +17,6 @@ distclean:
install:
$(INSTALL) -d $(sysconfdir)
$(INSTALL) -m 644 $(CONF_FILE) $(sysconfdir)
- $(INSTALL) -d $(sysconfdir)/init.d
- $(INSTALL) -m 755 $(INITD_FILE) $(sysconfdir)/init.d
dist-all:
cp $(EXTRADIST) $(SRCS) Makefile $(DIST)