svn commit: r365084 - head/misc/ipa_conv

Tijl Coosemans tijl at FreeBSD.org
Sat Aug 16 14:58:35 UTC 2014


Author: tijl
Date: Sat Aug 16 14:58:34 2014
New Revision: 365084
URL: http://svnweb.freebsd.org/changeset/ports/365084
QAT: https://qat.redports.org/buildarchive/r365084/

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

Modified:
  head/misc/ipa_conv/Makefile

Modified: head/misc/ipa_conv/Makefile
==============================================================================
--- head/misc/ipa_conv/Makefile	Sat Aug 16 14:49:17 2014	(r365083)
+++ head/misc/ipa_conv/Makefile	Sat Aug 16 14:58:34 2014	(r365084)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipa_conv
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	SF/ipa-system/modules/ipa_conv
 
@@ -11,13 +12,13 @@ COMMENT=	IPA accounting/database module 
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
 
-USES=	tar:bzip2
+USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
-PLIST_FILES=	lib/ipa_conv.la lib/ipa_conv.so \
+PLIST_FILES=	lib/ipa_conv.so \
 		man/man8/ipa_conv.8.gz \
 		man/ru.KOI8-R/man8/ipa_conv.8.gz
 
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list