pkgsrc-WIP-changes archive

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

Remove PLIST_SUB as PLIST does not need them anymore.



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <juraj%lutter.sk@localhost>
Pushed By:	otis
Date:		Tue Jul 23 09:48:11 2019 +0000
Changeset:	454639e73fbbc794c3d1b55627d1f797bebe0c41

Modified Files:
	tinyproxy/Makefile

Log Message:
Remove PLIST_SUB as PLIST does not need them anymore.

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

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

diffstat:
 tinyproxy/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diffs:
diff --git a/tinyproxy/Makefile b/tinyproxy/Makefile
index 1163e7da85..745e1802b3 100644
--- a/tinyproxy/Makefile
+++ b/tinyproxy/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.40 2019/05/23 19:23:21 rillig Exp $
 
 DISTNAME=	tinyproxy-1.10.0
-PKGREVISION=    4
+PKGREVISION=    5
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=tinyproxy/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
@@ -54,12 +54,6 @@ OWN_DIRS_PERMS+=	${VARBASE}/log/tinyproxy ${TINYPROXY_USER} ${TINYPROXY_GROUP} 0
 OWN_DIRS+=		${VARBASE}/run/tinyproxy
 OWN_DIRS_PERMS+=	${VARBASE}/run/tinyproxy ${TINYPROXY_USER} ${TINYPROXY_GROUP} 0755
 
-PLIST_SUBST+=		VARBASE=${VARBASE}
-PLIST_SUBST+=		TINYPROXY_USER=${TINYPROXY_USER:Q}
-PLIST_SUBST+=		TINYPROXY_GROUP=${TINYPROXY_GROUP:Q}
-PLIST_SUBST+=		MKDIR=${MKDIR:Q} RMDIR=${RMDIR:Q} TRUE=${TRUE:Q}
-PLIST_SUBST+=		CHMOD=${CHMOD:Q} CHOWN=${CHOWN:Q}
-
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/etc/tinyproxy.conf \
 		${DESTDIR}${EGDIR}/tinyproxy.conf.default


Home | Main Index | Thread Index | Old Index