From f4d3832eaf4565375ccba7fd762aa828f4943e55 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 16 Aug 2014 14:58:34 +0000 Subject: [PATCH] Add USES=libtool and INSTALL_TARGET=install-strip --- misc/ipa_conv/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile index 4e0082d32d6f..63ea0abde1d1 100644 --- a/misc/ipa_conv/Makefile +++ b/misc/ipa_conv/Makefile @@ -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 for converting statistics 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