- Strip libraries

- Drop @dirrm* from plist
This commit is contained in:
Dmitry Marakasov 2015-06-07 15:01:01 +00:00
parent f57e717b8d
commit 5dee92bc69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388712
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= gmetadom
PORTVERSION= 0.2.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF
@ -18,6 +18,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= OCAML
OPTIONS_SUB= yes

View File

@ -152,9 +152,6 @@ lib/libgmetadom_gdome_cpp_smart.so.0.2.6
%%OCAML%%lib/ocaml/stublibs/dllmlgdome.so
%%OCAML%%lib/ocaml/stublibs/dllmlgdome.so.owner
libdata/pkgconfig/gdome2-cpp-smart.pc
@dirrm include/gmetadom/gdome_cpp_smart
@dirrm include/gmetadom
%%OCAML%%@dirrm lib/ocaml/gdome2
@comment Shim to clean-up a previous bad install - this can be removed
@comment PORTVERSION > 0.2.6
@exec if [ -d %D/lib/ocaml/gdome2 ] ; then /bin/rm -f %D/lib/ocaml/gdome2/* 2>/dev/null && /bin/rmdir %D/lib/ocaml/gdome2 2>/dev/null ; fi