diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /www/slash | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) | |
download | ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.tar.gz ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.zip |
Notes
Diffstat (limited to 'www/slash')
-rw-r--r-- | www/slash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile index 38743933bc93..11345077573d 100644 --- a/www/slash/Makefile +++ b/www/slash/Makefile @@ -28,7 +28,7 @@ DOCS= README INSTALL CONFLICTS= metalist -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \ Slash::Apache::Log.3 Slash::Apache::User.3 \ Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \ |