- Add INSTALL_TARGET=install-strip
- Replace two patches with a post-patch command
This commit is contained in:
parent
f79f8b88b9
commit
5f8e35f49e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362782
3 changed files with 4 additions and 21 deletions
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
|||
USES= gmake pkgconfig pathfix libtool
|
||||
USE_GNOME= gtk20 intltool intlhack libxslt
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
LIBS+= `pkg-config --libs gmodule-2.0`
|
||||
|
||||
|
@ -25,4 +26,7 @@ OPTIONS_SUB= yes
|
|||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- ./Makefile.am.orig 2011-04-22 20:03:18.000000000 -0300
|
||||
+++ ./Makefile.am 2011-04-22 20:03:24.000000000 -0300
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-SUBDIRS = icons src transitions po doc
|
||||
+SUBDIRS = icons src transitions po
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
|
@ -1,11 +0,0 @@
|
|||
--- ./Makefile.in.orig 2011-04-22 20:04:08.000000000 -0300
|
||||
+++ ./Makefile.in 2011-04-22 20:03:44.000000000 -0300
|
||||
@@ -276,7 +276,7 @@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = icons src transitions po doc
|
||||
+SUBDIRS = icons src transitions po
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
imagination.desktop.in \
|
Loading…
Reference in a new issue