diff options
author | des <des@FreeBSD.org> | 2007-07-29 17:24:49 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-07-29 17:24:49 +0800 |
commit | 7c40b4bd7855ff7811e40956aa27af7ac1736a75 (patch) | |
tree | df5d5184a3afc8c9966ed645899f2b39df149619 /www/varnish2 | |
parent | 18df7ad715727aca75282082f6981250fe1b8c4a (diff) | |
download | freebsd-ports-gnome-7c40b4bd7855ff7811e40956aa27af7ac1736a75.tar.gz freebsd-ports-gnome-7c40b4bd7855ff7811e40956aa27af7ac1736a75.tar.zst freebsd-ports-gnome-7c40b4bd7855ff7811e40956aa27af7ac1736a75.zip |
Fix plist.
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 1 | ||||
-rw-r--r-- | www/varnish2/pkg-plist | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index 50a684c0ebfc..da08a863a93f 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -7,6 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/varnish2/pkg-plist b/www/varnish2/pkg-plist index 7958450d7c48..d76f740c1569 100644 --- a/www/varnish2/pkg-plist +++ b/www/varnish2/pkg-plist @@ -25,6 +25,8 @@ lib/libvcl.la lib/libvcl.a libdata/pkgconfig/varnishapi.pc sbin/varnishd -@dirrm etc/varnish @exec mkdir %D/varnish @dirrmtry varnish +@dirrmtry libdata/pkgconfig +@dirrm include/varnish +@dirrm etc/varnish |