svn commit: r450949 - head/devel/critcl

Pietro Cerutti gahr at FreeBSD.org
Sat Sep 30 08:23:27 UTC 2017


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


More information about the svn-ports-all mailing list