svn commit: r319045 - head/graphics/togl
Pietro Cerutti
gahr at FreeBSD.org
Sat May 25 11:08:57 UTC 2013
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%%
- at dirrm lib/tk8.5/Togl-1.7
- at dirrmtry lib/tk8.5
+ at dirrm lib/tk%%TK_VER%%/Togl-1.7
More information about the svn-ports-all
mailing list