Date: Mon, 18 Feb 2013 22:53:35 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1173 - trunk/security/nss Message-ID: <201302182253.r1IMrZYc017619@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Feb 18 22:53:35 2013 New Revision: 1173 Log: avoid trivial regexp Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Sat Feb 16 15:46:29 2013 (r1172) +++ trunk/security/nss/Makefile Mon Feb 18 22:53:35 2013 (r1173) @@ -29,7 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include/nspr -L${LOCALBASE}/lib SUB_FILES= nss-config nss.pc -SUB_LIST= MAJOR_VERSION=${PORTVERSION:C/\..*//} \ +SUB_LIST= MAJOR_VERSION=${PORTVERSION:R:R} \ PORTVERSION=${PORTVERSION} DIST= ${WRKSRC:H:H}/dist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302182253.r1IMrZYc017619>