diff options
author | nork <nork@FreeBSD.org> | 2003-06-07 03:14:50 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-07 03:14:50 +0800 |
commit | b0c6b504ac12d0d67c7fc5994af81ed18ffc6807 (patch) | |
tree | a1cdb6c0d5242310581d437f50ae5f62915b9dda /www/php-templates/pkg-plist | |
parent | 0fd63af004ab72ac773946fb7b2fe44e835f33c5 (diff) | |
download | freebsd-ports-graphics-b0c6b504ac12d0d67c7fc5994af81ed18ffc6807.tar.gz freebsd-ports-graphics-b0c6b504ac12d0d67c7fc5994af81ed18ffc6807.tar.zst freebsd-ports-graphics-b0c6b504ac12d0d67c7fc5994af81ed18ffc6807.zip |
Unbreak build with new php 4.3.2, and Various fixes.
PR: ports/52803
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Diffstat (limited to 'www/php-templates/pkg-plist')
-rw-r--r-- | www/php-templates/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-templates/pkg-plist b/www/php-templates/pkg-plist index 6c07b73a3ec..8fedeead348 100644 --- a/www/php-templates/pkg-plist +++ b/www/php-templates/pkg-plist @@ -1,6 +1,6 @@ -lib/php/%%EXT_DIR%%/templates.so +lib/php/%%PHP_EXT_DIR%%/templates.so %%PORTDOCS%%share/doc/php-templates/CHANGELOG %%PORTDOCS%%share/doc/php-templates/php_templates-eng.html %%PORTDOCS%%share/doc/php-templates/php_templates.css -@unexec rmdir %D/lib/php/%%EXT_DIR%% 2> /dev/null || true +@unexec rmdir %D/lib/php/%%PHP_EXT_DIR%% 2> /dev/null || true %%PORTDOCS%%@dirrm share/doc/php-templates |