diff options
author | olgeni <olgeni@FreeBSD.org> | 2013-04-25 04:42:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2013-04-25 04:42:37 +0800 |
commit | 74b1287a1c3c279fb9e36f17a19c35ad1f6f3504 (patch) | |
tree | d99b63b5e27c848c7795a45ff44322a895ff8772 /www/webmachine | |
parent | 90fa33ae26165946da0ad5405aa8d8496e936e54 (diff) | |
download | freebsd-ports-gnome-74b1287a1c3c279fb9e36f17a19c35ad1f6f3504.tar.gz freebsd-ports-gnome-74b1287a1c3c279fb9e36f17a19c35ad1f6f3504.tar.zst freebsd-ports-gnome-74b1287a1c3c279fb9e36f17a19c35ad1f6f3504.zip |
Add missing @dirrm (from redports).
Diffstat (limited to 'www/webmachine')
-rw-r--r-- | www/webmachine/Makefile | 1 | ||||
-rw-r--r-- | www/webmachine/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/webmachine/Makefile b/www/webmachine/Makefile index 0591306fd64c..74b955c74e6a 100644 --- a/www/webmachine/Makefile +++ b/www/webmachine/Makefile @@ -2,6 +2,7 @@ PORTNAME= webmachine PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= GH diff --git a/www/webmachine/pkg-plist b/www/webmachine/pkg-plist index 1787c1782144..28bd220ff61a 100644 --- a/www/webmachine/pkg-plist +++ b/www/webmachine/pkg-plist @@ -80,6 +80,7 @@ @dirrm %%LIB32DIR%%/erlang/lib/webmachine-%%VERSION%%/priv @dirrm %%LIB32DIR%%/erlang/lib/webmachine-%%VERSION%%/include @dirrm %%LIB32DIR%%/erlang/lib/webmachine-%%VERSION%%/ebin +@dirrm %%LIB32DIR%%/erlang/lib/webmachine-%%VERSION%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/priv %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |