Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-af,v 1.7 2011/08/01 14:54:51 bouyer Exp $
--- src/Makefile.orig 2009-09-30 01:20:45.000000000 +0200
+++ src/Makefile 2011-08-01 16:07:24.000000000 +0200
@@ -23,7 +23,7 @@
SRCS = $(common_srcs) $(apcupsd_srcs) $(apcaccess_srcs) \
$(apctest_srcs) $(smtp_srcs)
-all-targets: apcupsd apcaccess apctest smtp
+all-targets: apcupsd apcaccess apctest
apcupsd: $(common_obj) $(apcupsd_obj) $(APCDRVLIBS) $(APCLIBS)
$(LINK) $(DRVLIBS)
@@ -45,7 +45,6 @@
$(call INSTPROG,700,apcupsd,$(sbindir)/apcupsd)
$(call INSTPROG,700,apctest,$(sbindir)/apctest)
$(call INSTPROG,755,apcaccess,$(sbindir)/apcaccess)
- $(call INSTPROG,755,smtp,$(sbindir)/smtp)
uninstall-base:
$(call UNINST,$(sbindir)/apcupsd)