Date: Sat, 30 Sep 2017 08:23:25 +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: r450949 - head/devel/critcl Message-ID: <201709300823.v8U8NQ4X031812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Sat Sep 30 08:23:25 2017 New Revision: 450949 URL: https://svnweb.freebsd.org/changeset/ports/450949 Log: devel/critcl: fix PLIST on x86 Modified: head/devel/critcl/Makefile head/devel/critcl/pkg-plist Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/Makefile Sat Sep 30 08:23:25 2017 (r450949) @@ -22,7 +22,8 @@ GH_ACCOUNT= andreas-kupries TEST_TARGET= test -PLIST_SUB+= VER=${PORTVERSION} +PLIST_SUB+= VER=${PORTVERSION} \ + ARCH=${ARCH:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes Modified: head/devel/critcl/pkg-plist ============================================================================== --- head/devel/critcl/pkg-plist Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/pkg-plist Sat Sep 30 08:23:25 2017 (r450949) @@ -97,7 +97,7 @@ lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c lib/critcl%%VER%%/license.terms lib/critcl%%VER%%/pkgIndex.tcl lib/critcl_md5c0.12/critcl-rt.tcl -lib/critcl_md5c0.12/freebsd-amd64/md5c.so +lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so lib/critcl_md5c0.12/license.terms lib/critcl_md5c0.12/pkgIndex.tcl lib/critcl_md5c0.12/teapot.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709300823.v8U8NQ4X031812>