Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 11:08:52 +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: r366394 - head/devel/ultragetopt
Message-ID:  <201408281108.s7SB8qxA081391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug 28 11:08:52 2014
New Revision: 366394
URL: http://svnweb.freebsd.org/changeset/ports/366394
QAT: https://qat.redports.org/buildarchive/r366394/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/devel/ultragetopt/Makefile

Modified: head/devel/ultragetopt/Makefile
==============================================================================
--- head/devel/ultragetopt/Makefile	Thu Aug 28 10:58:25 2014	(r366393)
+++ head/devel/ultragetopt/Makefile	Thu Aug 28 11:08:52 2014	(r366394)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ultragetopt
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://kevinlocke.name/programs/ ${MASTER_SITE_LOCAL}
 
@@ -11,12 +12,14 @@ COMMENT=	Versatile and customizable impl
 
 LICENSE=	MIT
 
-USES=		gmake
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 MAKE_ARGS=	PREFIX="${PREFIX}"
+USES=		gmake libtool
 USE_LDCONFIG=	yes
-PLIST_FILES=	include/ultragetopt.h lib/libultragetopt.a \
-		lib/libultragetopt.la lib/libultragetopt.so \
-		lib/libultragetopt.so.0
+
+PLIST_FILES=	include/ultragetopt.h \
+		lib/libultragetopt.a lib/libultragetopt.so \
+		lib/libultragetopt.so.0 lib/libultragetopt.so.0.0.0
 
 .include <bsd.port.mk>



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