[BACK]Return to patch-Makefile_in CVS log [TXT][DIR] Up to [local] / ports / security / sagan / patches

File: [local] / ports / security / sagan / patches / patch-Makefile_in (download)

Revision 1.1, Sat May 7 09:47:19 2011 UTC (13 years ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- Makefile.in.orig	Tue Apr  5 15:46:16 2011
+++ Makefile.in	Tue Apr  5 15:48:11 2011
@@ -612,12 +612,8 @@ uninstall-am:
 #	$(INSTALL_DATA)sagan.conf $(sysconfdir)/sagan.conf
 
 install-data-local:
-	test -z "$(DESTDIR)$(sysconfdir)" || /bin/mkdir -p "$(DESTDIR)$(sysconfdir)"
-	test -f "$(DESTDIR)$(sysconfdir)/sagan.conf" || $(INSTALL_DATA) etc/sagan.conf "$(DESTDIR)$(sysconfdir)/sagan.conf"
 	test -z "$(DESTDIR)$(sbindir)" || /bin/mkdir -p "$(DESTDIR)$(sbindir)"
 	$(INSTALL) -m 755 src/sagan "$(DESTDIR)$(sbindir)/sagan"
-	$(INSTALL) -d "$(DESTDIR)/var/log/sagan"
-	$(INSTALL) -d "$(DESTDIR)/var/run/sagan"
 	@echo ""
 	@echo "------------------------------------------------------------------------------"
 	@echo "Sagan has been installed!  You still need to do a few more things before your"