svn commit: r371843 - head/devel/gettext

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 31 14:58:05 UTC 2014


Author: bapt
Date: Fri Oct 31 14:58:03 2014
New Revision: 371843
URL: https://svnweb.freebsd.org/changeset/ports/371843
QAT: https://qat.redports.org/buildarchive/r371843/

Log:
  Strip binaries
  Remove useless @exec mkdir

Modified:
  head/devel/gettext/Makefile
  head/devel/gettext/pkg-plist

Modified: head/devel/gettext/Makefile
==============================================================================
--- head/devel/gettext/Makefile	Fri Oct 31 14:53:49 2014	(r371842)
+++ head/devel/gettext/Makefile	Fri Oct 31 14:58:03 2014	(r371843)
@@ -23,6 +23,7 @@ CONFIGURE_ARGS=	--disable-csharp --disab
 		--with-included-libxml ${ICONV_CONFIGURE_ARG} \
 		--without-emacs --without-git
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 INFO=		autosprintf gettext
 

Modified: head/devel/gettext/pkg-plist
==============================================================================
--- head/devel/gettext/pkg-plist	Fri Oct 31 14:53:49 2014	(r371842)
+++ head/devel/gettext/pkg-plist	Fri Oct 31 14:58:03 2014	(r371843)
@@ -23,7 +23,6 @@ bin/xgettext
 include/autosprintf.h
 include/gettext-po.h
 include/libintl.h
- at exec /bin/mkdir -p %D/lib/gettext
 lib/libasprintf.a
 lib/libasprintf.la
 lib/libasprintf.so


More information about the svn-ports-all mailing list