summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 11:10:07 +0000
committernia <nia@pkgsrc.org>2021-05-14 11:10:07 +0000
commit0d7fa9a6ffd4fba850eea5131bca949e213bbe0e (patch)
tree5ef373e1fc242650b72ad6439e24db80ec70a5de /time
parent9d77929b4e437e17392f045aa949672d56d55bcd (diff)
downloadpkgsrc-0d7fa9a6ffd4fba850eea5131bca949e213bbe0e.tar.gz
php-mrbs: needs pax
Diffstat (limited to 'time')
-rw-r--r--time/php-mrbs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/time/php-mrbs/Makefile b/time/php-mrbs/Makefile
index 03f7a602599..f450c33ff1d 100644
--- a/time/php-mrbs/Makefile
+++ b/time/php-mrbs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 05:26:26 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/14 11:10:07 nia Exp $
#
DISTNAME= mrbs-1.4.11
@@ -11,6 +11,8 @@ HOMEPAGE= https://mrbs.sourceforge.io/
COMMENT= Meeting Room Booking System
LICENSE= gnu-gpl-v2
+USE_TOOLS+= pax
+
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.0:../../converters/php-iconv
.include "options.mk"
@@ -94,7 +96,7 @@ do-install:
\! -name '*.orig' \! -name config.inc.php \! -name .htaccess \
\! -path './site_faq/*' \
-print | \
- pax -rw -pmp ${DESTDIR}${PREFIX}/share/mrbs
+ ${PAX} -rw -pmp ${DESTDIR}${PREFIX}/share/mrbs
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"