svn commit: r301589 - head/graphics/png

Dirk Meyer dinoex at FreeBSD.org
Fri Jul 27 04:02:29 UTC 2012


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



More information about the svn-ports-all mailing list