pkgsrc-WIP-changes archive

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

lpjs: Inject PKGVERSION into build



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <jtocino%gmx.com@localhost>
Pushed By:	outpaddling
Date:		Sat Jan 4 15:49:57 2025 -0600
Changeset:	1fc4efa0f0afa25573607536a205a6d63892f48d

Modified Files:
	lpjs/Makefile

Log Message:
lpjs: Inject PKGVERSION into build

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

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

diffstat:
 lpjs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index 5760f4f180..4ff4965e8b 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -24,7 +24,9 @@ DEPENDS=	auto-admin>=0.8.0.31:../../wip/auto-admin \
 
 # Force install with full debug info until release
 CFLAGS+=	-g
-MAKE_FLAGS+=	INSTALL_UNSTRIPPED=yes MANDIR=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+=	INSTALL_UNSTRIPPED=yes
+MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+=	VERSION=${PKGVERSION}
 LDFLAGS.SunOS=	-lresolv -lsocket -lnsl
 
 LPJS_USER=		lpjs


Home | Main Index | Thread Index | Old Index