diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-16 22:58:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-16 22:58:34 +0800 |
commit | 1eaf944e31d3caf734ddd10286cc9d66baa60ce1 (patch) | |
tree | 07bec0d356f8f0b9bd1ed05e22cff1758ce2cbda /misc | |
parent | b44e85285c8fac7b65574ae300fe0c9188638b4d (diff) | |
download | freebsd-ports-gnome-1eaf944e31d3caf734ddd10286cc9d66baa60ce1.tar.gz freebsd-ports-gnome-1eaf944e31d3caf734ddd10286cc9d66baa60ce1.tar.zst freebsd-ports-gnome-1eaf944e31d3caf734ddd10286cc9d66baa60ce1.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ipa_conv/Makefile | 7 |
1 files 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 <bsd.port.mk> |