pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/php-mrbs



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:10:07 UTC 2021

Modified Files:
        pkgsrc/time/php-mrbs: Makefile

Log Message:
php-mrbs: needs pax


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/php-mrbs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/php-mrbs/Makefile
diff -u pkgsrc/time/php-mrbs/Makefile:1.4 pkgsrc/time/php-mrbs/Makefile:1.5
--- pkgsrc/time/php-mrbs/Makefile:1.4   Sun Jan 26 05:26:26 2020
+++ pkgsrc/time/php-mrbs/Makefile       Fri May 14 11:10:07 2021
@@ -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"



Home | Main Index | Thread Index | Old Index