diff options
author | schmonz <schmonz> | 2009-07-25 20:14:42 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-07-25 20:14:42 +0000 |
commit | 9618c5cc5ef64b8b215b4f81520ffd253c22a582 (patch) | |
tree | e19eb9bcce889d2f54867a191df811998d8ce514 /www/websvn/PLIST | |
parent | 0e3a3b143912b629f55993c29fbdf2e6c7d54151 (diff) | |
download | pkgsrc-9618c5cc5ef64b8b215b4f81520ffd253c22a582.tar.gz |
make print-PLIST turned "applescript" into "{LOWER_VENDOR}script".
Needless to say this fails on Debian.
Diffstat (limited to 'www/websvn/PLIST')
-rw-r--r-- | www/websvn/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/websvn/PLIST b/www/websvn/PLIST index a69c3d71be8..2317d1efc5b 100644 --- a/www/websvn/PLIST +++ b/www/websvn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/07/25 19:33:45 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/07/25 20:14:42 schmonz Exp $ share/examples/websvn/distconfig.php ${HTTPD_ROOT}/websvn/blame.php ${HTTPD_ROOT}/websvn/cache/tmp @@ -59,7 +59,7 @@ ${HTTPD_ROOT}/websvn/lib/geshi/actionscript.php ${HTTPD_ROOT}/websvn/lib/geshi/actionscript3.php ${HTTPD_ROOT}/websvn/lib/geshi/ada.php ${HTTPD_ROOT}/websvn/lib/geshi/apache.php -${HTTPD_ROOT}/websvn/lib/geshi/${LOWER_VENDOR}script.php +${HTTPD_ROOT}/websvn/lib/geshi/applescript.php ${HTTPD_ROOT}/websvn/lib/geshi/apt_sources.php ${HTTPD_ROOT}/websvn/lib/geshi/asm.php ${HTTPD_ROOT}/websvn/lib/geshi/asp.php |