pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/php-mrbs php-mrbs: needs pax



details:   https://anonhg.NetBSD.org/pkgsrc/rev/351b32fb772e
branches:  trunk
changeset: 452649:351b32fb772e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 11:10:07 2021 +0000

description:
php-mrbs: needs pax

diffstat:

 time/php-mrbs/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d11853ece389 -r 351b32fb772e time/php-mrbs/Makefile
--- a/time/php-mrbs/Makefile    Fri May 14 11:07:14 2021 +0000
+++ b/time/php-mrbs/Makefile    Fri May 14 11:10:07 2021 +0000
@@ -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 @@
 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 @@
                \! -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"



Home | Main Index | Thread Index | Old Index