Date: Fri, 27 Jul 2012 04:02:28 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301589 - head/graphics/png Message-ID: <201207270402.q6R42TJl061856@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Jul 27 04:02:28 2012 New Revision: 301589 URL: http://svn.freebsd.org/changeset/ports/301589 Log: - use smaller macro Modified: head/graphics/png/Makefile Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Fri Jul 27 03:09:19 2012 (r301588) +++ head/graphics/png/Makefile Fri Jul 27 04:02:28 2012 (r301589) @@ -23,7 +23,7 @@ USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_ARGS+= -DPNG_MAN_DIR:STRING=man -SOSUFFIX= ${PORTVERSION:S/1.5//} +SOSUFFIX= .${PORTVERSION:E} MAN3= libpng.3 libpngpf.3 MAN5= png.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207270402.q6R42TJl061856>