svn commit: r366394 - head/devel/ultragetopt
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 28 11:08:53 UTC 2014
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>
More information about the svn-ports-head
mailing list