pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
www/unit-php: use SHLIB_SUFFIX, remove an empty line.
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Sun Nov 15 22:23:49 2020 -0500
Changeset: fe8f07aeb565751331583852a12155288df3eab1
Modified Files:
unit/ext.mk
Log Message:
www/unit-php: use SHLIB_SUFFIX, remove an empty line.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fe8f07aeb565751331583852a12155288df3eab1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit/ext.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/unit/ext.mk b/unit/ext.mk
index acd20047ee..bbd4dec7dc 100644
--- a/unit/ext.mk
+++ b/unit/ext.mk
@@ -31,8 +31,7 @@ do-install: do-module-install
do-module-install:
${MKDIR} ${DESTDIR}${PREFIX}/libexec/unit/modules/
- ${INSTALL_LIB} ${WRKSRC}/build/${MODNAME}.unit.so \
+ ${INSTALL_LIB} ${WRKSRC}/build/${MODNAME}.unit.${SHLIB_SUFFIX} \
${DESTDIR}${PREFIX}/libexec/unit/modules/
-
.endif # PHPEXT_MK
Home |
Main Index |
Thread Index |
Old Index