pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php83



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Apr  7 17:27:38 UTC 2025

Modified Files:
        pkgsrc/lang/php83: Makefile.php

Log Message:
lang/php83/Makefile.php: fix typo

Fix parameter of --with-pear in CONFIGURE_ARGS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php83/Makefile.php

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

Modified files:

Index: pkgsrc/lang/php83/Makefile.php
diff -u pkgsrc/lang/php83/Makefile.php:1.3 pkgsrc/lang/php83/Makefile.php:1.4
--- pkgsrc/lang/php83/Makefile.php:1.3  Sat Feb  8 02:59:57 2025
+++ pkgsrc/lang/php83/Makefile.php      Mon Apr  7 17:27:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.3 2025/02/08 02:59:57 taca Exp $
+# $NetBSD: Makefile.php,v 1.4 2025/04/07 17:27:38 taca Exp $
 # used by lang/php83/Makefile
 # used by www/ap-php/Makefile
 # used by www/php-fpm/Makefile
@@ -34,7 +34,7 @@ PRINT_PLIST_AWK+=     /${PHP_VER}/ { sub(/${
 CONFIGURE_ARGS+=       --program-suffix=${PHP_VER}
 CONFIGURE_ARGS+=       --with-config-file-path=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-config-file-scan-dir=${PKG_SYSCONFDIR}/php.d
-CONFIGURE_ARGS+=       --with-pear=${PREFIX}/{PHP_LIBDIR}
+CONFIGURE_ARGS+=       --with-pear=${PREFIX}/${PHP_LIBDIR}
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}



Home | Main Index | Thread Index | Old Index