pkgsrc-WIP-changes archive

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

torsocks: Do not install stuffs in share/doc



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jan 31 13:13:44 2018 +0100
Changeset:	46f227a2d8d0fcb185880e85c8d1791b11135de9

Modified Files:
	torsocks/Makefile
	torsocks/PLIST

Log Message:
torsocks: Do not install stuffs in share/doc

All the documentation provided in share/doc is mostly oriented for developers
and probably just directly looking at the WRKSRC in that case is better.

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

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

diffstat:
 torsocks/Makefile | 1 +
 torsocks/PLIST    | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/torsocks/Makefile b/torsocks/Makefile
index 952ea4afa7..0db1c3bcc4 100644
--- a/torsocks/Makefile
+++ b/torsocks/Makefile
@@ -50,6 +50,7 @@ TEST_TARGET=	check
 
 post-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+	cd ${DESTDIR}${PREFIX} && ${RM} -fr share/doc
 	${MV} ${DESTDIR}${PKG_SYSCONFDIR}/torsocks.conf \
 	    ${DESTDIR}${EGDIR}/torsocks.conf
 
diff --git a/torsocks/PLIST b/torsocks/PLIST
index 539a2141e5..97d3fc65c2 100644
--- a/torsocks/PLIST
+++ b/torsocks/PLIST
@@ -4,8 +4,4 @@ lib/torsocks/libtorsocks.la
 man/man1/torsocks.1
 man/man5/torsocks.conf.5
 man/man8/torsocks.8
-share/doc/torsocks/ChangeLog
-share/doc/torsocks/DEBUG
-share/doc/torsocks/SOCKS5
-share/doc/torsocks/socks-extensions.txt
 share/examples/torsocks/torsocks.conf


Home | Main Index | Thread Index | Old Index