Date: Mon, 4 Nov 2019 09:15:50 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516623 - head/lang/nx Message-ID: <201911040915.xA49FoeH010701@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Nov 4 09:15:50 2019 New Revision: 516623 URL: https://svnweb.freebsd.org/changeset/ports/516623 Log: lang/nx: fix plist Modified: head/lang/nx/Makefile head/lang/nx/pkg-plist Modified: head/lang/nx/Makefile ============================================================================== --- head/lang/nx/Makefile Mon Nov 4 09:14:05 2019 (r516622) +++ head/lang/nx/Makefile Mon Nov 4 09:15:50 2019 (r516623) @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS USES+= gmake tcl:tea USE_LDCONFIG= yes TEST_TARGET= test -PLIST_SUB+= PKGNAME=${DISTNAME} +PLIST_SUB+= PKGNAME=${DISTNAME} PORTVERSION=${PORTVERSION} PORTDOCS= * post-patch: Modified: head/lang/nx/pkg-plist ============================================================================== --- head/lang/nx/pkg-plist Mon Nov 4 09:14:05 2019 (r516622) +++ head/lang/nx/pkg-plist Mon Nov 4 09:15:50 2019 (r516623) @@ -20,7 +20,7 @@ lib/%%PKGNAME%%/lib/nx-volatile.tcl lib/%%PKGNAME%%/lib/nx-zip.tcl lib/%%PKGNAME%%/lib/pkgIndex.tcl lib/%%PKGNAME%%/lib%%PKGNAME%%.so -lib/%%PKGNAME%%/libnsfstub2.2.0.a +lib/%%PKGNAME%%/libnsfstub%%PORTVERSION%%.a lib/%%PKGNAME%%/nx/class-method.tcl lib/%%PKGNAME%%/nx/nx.tcl lib/%%PKGNAME%%/nx/pkgIndex.tcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911040915.xA49FoeH010701>