pkgsrc-WIP-changes archive

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

Add packages list for NGINX Unit's modules.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Fri Nov 13 14:02:40 2020 -0500
Changeset:	b3b74103aee1a064bc17a58ee6f292d95ec00a4a

Modified Files:
	unit/Makefile.common
Added Files:
	unit/PLIST.module

Log Message:
Add packages list for NGINX Unit's modules.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3b74103aee1a064bc17a58ee6f292d95ec00a4a

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

diffstat:
 unit/Makefile.common | 2 ++
 unit/PLIST.module    | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/unit/Makefile.common b/unit/Makefile.common
index d4732c3768..9e4f069412 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -46,6 +46,8 @@ CONFIGURE_ARGS+=	--tmp=${UNIT_TMPDIR}
 CONFIGURE_ARGS+=	--user=${UNIT_USER}
 CONFIGURE_ARGS+=	--group=${UNIT_GROUP}
 
+PLIST_SUBST+=		UNITEXTDIR="${UNIT_EXTENSION_DIR}"
+
 .include "../../www/unit/options.mk"
 
 INSTALLATION_DIRS+=	sbin
diff --git a/unit/PLIST.module b/unit/PLIST.module
new file mode 100644
index 0000000000..4e1cd6eb47
--- /dev/null
+++ b/unit/PLIST.module
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+${UNIT_EXTENSION_DIR}/${PKGMODNAME}.${SHLIB_SUFFIX}


Home | Main Index | Thread Index | Old Index