mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Also, fix PLIST
This commit is contained in:
parent
70ed28d4b8
commit
4eb49e5ae3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319045
@ -32,6 +32,8 @@ PLIST_SUB= TOGL_INSTDIR="${TOGL_INSTDIR:S,^${PREFIX}/,,}"
|
||||
CPPFLAGS+= -I${TK_INCLUDEDIR}
|
||||
LDFLAGS+= -L${TK_LIBDIR}
|
||||
|
||||
PLIST_SUB+= TK_VER=${TK_VER}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user