diff options
author | jym <jym> | 2011-07-03 11:08:29 +0000 |
---|---|---|
committer | jym <jym> | 2011-07-03 11:08:29 +0000 |
commit | 39337bd32d39b9dbd063a379fbc191bf0695cf74 (patch) | |
tree | b1ac4d9b2346b4ad4e8f23d6d729c4051397fa3b | |
parent | 4eb15e16aa1d3b247df69a5e71f88a9e5af51a6f (diff) | |
download | pkgsrc-39337bd32d39b9dbd063a379fbc191bf0695cf74.tar.gz |
check-interpreter fix for leaf package www/davical. Build and install
cleanly now. Not updated due to freeze.
-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 |