Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 23:52:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371976 - head/www/varnish
Message-ID:  <201410312352.s9VNqaIu044907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 31 23:52:35 2014
New Revision: 371976
URL: https://svnweb.freebsd.org/changeset/ports/371976
QAT: https://qat.redports.org/buildarchive/r371976/

Log:
  Simplify plist

Modified:
  head/www/varnish/pkg-plist

Modified: head/www/varnish/pkg-plist
==============================================================================
--- head/www/varnish/pkg-plist	Fri Oct 31 23:51:46 2014	(r371975)
+++ head/www/varnish/pkg-plist	Fri Oct 31 23:52:35 2014	(r371976)
@@ -7,9 +7,7 @@ bin/varnishsizes
 bin/varnishstat
 bin/varnishtest
 bin/varnishtop
-@unexec if cmp -s %D/etc/varnish/default.vcl.sample %D/etc/varnish/default.vcl; then rm -f %D/etc/varnish/default.vcl; fi
-etc/varnish/default.vcl.sample
-@exec if [ ! -f %D/etc/varnish/default.vcl ] ; then cp -p %D/%F %B/default.vcl; fi
+@sample etc/varnish/default.vcl.sample
 include/varnish/acct_fields.h
 include/varnish/body_status.h
 include/varnish/cache.h
@@ -62,10 +60,4 @@ man/man7/varnish-counters.7.gz
 man/man7/vcl.7.gz
 sbin/varnishd
 share/varnish/vmod.py
-@exec [ -d %D/varnish ] || mkdir %D/varnish
-@dirrmtry lib/varnish/vmods
-@dirrmtry lib/varnish
-@dirrmtry varnish
-@dirrm include/varnish
-@dirrm share/varnish
-@dirrmtry etc/varnish
+@dir varnish



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312352.s9VNqaIu044907>