Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 11:08:56 +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: r319045 - head/graphics/togl
Message-ID:  <201305251108.r4PB8ujw083218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Sat May 25 11:08:56 2013
New Revision: 319045
URL: http://svnweb.freebsd.org/changeset/ports/319045

Log:
  - Also, fix PLIST

Modified:
  head/graphics/togl/Makefile
  head/graphics/togl/pkg-plist   (contents, props changed)

Modified: head/graphics/togl/Makefile
==============================================================================
--- head/graphics/togl/Makefile	Sat May 25 11:05:59 2013	(r319044)
+++ head/graphics/togl/Makefile	Sat May 25 11:08:56 2013	(r319045)
@@ -32,6 +32,8 @@ PLIST_SUB=	TOGL_INSTDIR="${TOGL_INSTDIR:
 CPPFLAGS+=	-I${TK_INCLUDEDIR}
 LDFLAGS+=	-L${TK_LIBDIR}
 
+PLIST_SUB+=	TK_VER=${TK_VER}
+
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/graphics/togl/pkg-plist
==============================================================================
--- head/graphics/togl/pkg-plist	Sat May 25 11:05:59 2013	(r319044)
+++ head/graphics/togl/pkg-plist	Sat May 25 11:08:56 2013	(r319045)
@@ -1,10 +1,10 @@
 lib/libtogl.so
 lib/libtogl.so.1
-lib/tk8.5/Togl-1.7/togl.h
-lib/tk8.5/Togl-1.7/togl_ws.h
-lib/tk8.5/Togl-1.7/libTogl1.7.so
-lib/tk8.5/Togl-1.7/pkgIndex.tcl
-lib/tk8.5/Togl-1.7/libtogl.so.1
+lib/tk%%TK_VER%%/Togl-1.7/togl.h
+lib/tk%%TK_VER%%/Togl-1.7/togl_ws.h
+lib/tk%%TK_VER%%/Togl-1.7/libTogl1.7.so
+lib/tk%%TK_VER%%/Togl-1.7/pkgIndex.tcl
+lib/tk%%TK_VER%%/Togl-1.7/libtogl.so.1
 %%PORTDOCS%%%%DOCSDIR%%/Togl.html
 %%EXAMPLESDIR%%/Makefile
 %%EXAMPLESDIR%%/ben.rgb
@@ -27,5 +27,4 @@ lib/tk8.5/Togl-1.7/libtogl.so.1
 %%EXAMPLESDIR%%/tree2.rgba
 @dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/tk8.5/Togl-1.7
-@dirrmtry lib/tk8.5
+@dirrm lib/tk%%TK_VER%%/Togl-1.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305251108.r4PB8ujw083218>