diff options
author | jym <jym> | 2011-07-03 11:08:29 +0000 |
---|---|---|
committer | jym <jym> | 2011-07-03 11:08:29 +0000 |
commit | cdf98e250e69d6ed1aa62b1ee6b21f06819ae4e1 (patch) | |
tree | b1ac4d9b2346b4ad4e8f23d6d729c4051397fa3b /www | |
parent | 971a8d5601c939be4dafaad905107b8de0411658 (diff) | |
download | pkgsrc-cdf98e250e69d6ed1aa62b1ee6b21f06819ae4e1.tar.gz |
check-interpreter fix for leaf package www/davical. Build and install
cleanly now. Not updated due to freeze.
Diffstat (limited to 'www')
-rw-r--r-- | www/davical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile index 0509c7f186a..dc159365fc1 100644 --- a/www/davical/Makefile +++ b/www/davical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/01/18 22:26:28 jym Exp $ +# $NetBSD: Makefile,v 1.6 2011/07/03 11:08:29 jym Exp $ # DISTNAME= davical-${DAVICAL_VERSION} @@ -59,7 +59,7 @@ CONF_FILES_PERMS+= ${EGDIR}/config/example-config.php \ ${PKG_SYSCONFDIR}/config.php \ ${APACHE_USER} ${APACHE_GROUP} 0640 -REPLACE_PERL= scripts/po/extract.pl +REPLACE_PERL= scripts/po/extract.pl dba/update-davical-database REPLACE_INTERPRETER+= php REPLACE.php.old= .*/bin/php |