Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 21:03:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370121 - in head/devel/libole2: . files
Message-ID:  <201410052103.s95L3NPf013263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 21:03:22 2014
New Revision: 370121
URL: https://svnweb.freebsd.org/changeset/ports/370121
QAT: https://qat.redports.org/buildarchive/r370121/

Log:
  Remove old patches and add INSTALL_TARGET=install-strip

Deleted:
  head/devel/libole2/files/patch-libole2Conf.sh.in
  head/devel/libole2/files/patch-ltmain.sh
Modified:
  head/devel/libole2/Makefile

Modified: head/devel/libole2/Makefile
==============================================================================
--- head/devel/libole2/Makefile	Sun Oct  5 21:01:02 2014	(r370120)
+++ head/devel/libole2/Makefile	Sun Oct  5 21:03:22 2014	(r370121)
@@ -3,16 +3,17 @@
 
 PORTNAME=	libole2
 PORTVERSION=	0.2.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Support library for OLE functions (MS-Excel) for gnumeric
 
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USES=		gmake libtool
 USE_GNOME=	glib12
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052103.s95L3NPf013263>