diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-30 23:04:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-30 23:04:49 +0000 |
commit | 20cfadf5f7d59d1cd9268d1ea963c7a1cccc839e (patch) | |
tree | d31c70798f136fcf2799bbcc168873a430711168 /www/perlbal | |
parent | e9a0414264f681ff7a34cbc4045e9c5d6e75f4d2 (diff) |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=238688
Diffstat (limited to 'www/perlbal')
-rw-r--r-- | www/perlbal/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/perlbal/pkg-plist b/www/perlbal/pkg-plist index 946b2c425624..78f9e687dc95 100644 --- a/www/perlbal/pkg-plist +++ b/www/perlbal/pkg-plist @@ -43,9 +43,9 @@ %%SITE_PERL%%/Perlbal/Test/WebServer.pm %%SITE_PERL%%/Perlbal/UploadListener.pm %%SITE_PERL%%/Perlbal/Util.pm -%%SITE_PERL%%/mach/auto/Perlbal/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perlbal/.packlist bin/perlbal -@dirrm %%SITE_PERL%%/mach/auto/Perlbal +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perlbal @dirrm %%SITE_PERL%%/Perlbal/Test @dirrm %%SITE_PERL%%/Perlbal/Plugin @dirrm %%SITE_PERL%%/Perlbal |