pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

torsocks: We no longer need bsd.prefs.mk



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 26 14:02:13 2018 +0100
Changeset:	9d73bc05022abda96ce46c3e8b4f6d5a2ca9e4fa

Modified Files:
	torsocks/Makefile

Log Message:
torsocks: We no longer need bsd.prefs.mk

Previously it was used for OPSYS and OS_VERSION, this was fixed by
upstream in the meantime and we no longer need to include bsd.prefs.mk
for it. So delete it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d73bc05022abda96ce46c3e8b4f6d5a2ca9e4fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 torsocks/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/torsocks/Makefile b/torsocks/Makefile
index 9739cc0e59..4fb5131438 100644
--- a/torsocks/Makefile
+++ b/torsocks/Makefile
@@ -47,8 +47,6 @@ SUBST_MESSAGE.man=	Fix hardcoded paths in man pages
 SUBST_FILES.man=	doc/torsocks.1 doc/torsocks.8 doc/torsocks.conf.5
 SUBST_SED.man=		-e 's;/etc/tor;${PKG_SYSCONFDIR};g'
 
-.include "../../mk/bsd.prefs.mk"
-
 TEST_TARGET=	check
 
 post-install:


Home | Main Index | Thread Index | Old Index