pkgsrc-WIP-changes archive

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

Remove arbitrary OWN_DIRS



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <juraj%lutter.sk@localhost>
Pushed By:	otis
Date:		Tue Jul 23 09:50:41 2019 +0000
Changeset:	0d401ef31df49b10bddf0c48b35ffbba6eb1cbe6

Modified Files:
	tinyproxy/Makefile

Log Message:
Remove arbitrary OWN_DIRS

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

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

diffstat:
 tinyproxy/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/tinyproxy/Makefile b/tinyproxy/Makefile
index eeb27456a1..7fbd6f8f31 100644
--- a/tinyproxy/Makefile
+++ b/tinyproxy/Makefile
@@ -48,10 +48,7 @@ SUBST_VARS.docs+=	VARBASE
 
 INSTALLATION_DIRS=	${EGDIR} share/doc/tinyproxy
 
-OWN_DIRS+=		${VARBASE}/log/tinyproxy
 OWN_DIRS_PERMS+=	${VARBASE}/log/tinyproxy ${TINYPROXY_USER} ${TINYPROXY_GROUP} 0755
-
-OWN_DIRS+=		${VARBASE}/run/tinyproxy
 OWN_DIRS_PERMS+=	${VARBASE}/run/tinyproxy ${TINYPROXY_USER} ${TINYPROXY_GROUP} 0755
 
 post-install:


Home | Main Index | Thread Index | Old Index