Date: Wed, 5 Feb 2014 16:31:55 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342764 - head/sysutils/ipa Message-ID: <201402051631.s15GVt3C029321@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Feb 5 16:31:55 2014 New Revision: 342764 URL: http://svnweb.freebsd.org/changeset/ports/342764 QAT: https://qat.redports.org/buildarchive/r342764/ Log: - Stage support Modified: head/sysutils/ipa/Makefile Modified: head/sysutils/ipa/Makefile ============================================================================== --- head/sysutils/ipa/Makefile Wed Feb 5 16:31:13 2014 (r342763) +++ head/sysutils/ipa/Makefile Wed Feb 5 16:31:55 2014 (r342764) @@ -25,7 +25,6 @@ SUBLIMITS_DESC= Enable sublimits suppor THRESHOLDS_DESC= Enable thresholds support CTL_CREDS_DESC= Enable ipactl's messages credentials -NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MAUTORULES) @@ -52,13 +51,15 @@ CONFIGURE_ARGS+= --disable-thresholds CONFIGURE_ARGS+= --enable-ctl-creds .endif -.include <bsd.port.pre.mk> +PLIST_FILES= bin/ipa bin/ipactl bin/ipastat include/ipa_mod.h \ + man/man3/ipa_mod.3.gz man/man5/ipa.conf.5.gz \ + man/man5/ipastat.conf.5.gz man/man8/ipa.8.gz \ + man/man8/ipactl.8.gz man/man8/ipastat.8.gz \ + man/ru.KOI8-R/man3/ipa_mod.3.gz \ + man/ru.KOI8-R/man5/ipa.conf.5.gz \ + man/ru.KOI8-R/man5/ipastat.conf.5.gz \ + man/ru.KOI8-R/man8/ipa.8.gz \ + man/ru.KOI8-R/man8/ipactl.8.gz \ + man/ru.KOI8-R/man8/ipastat.8.gz -PLIST_FILES= bin/ipa bin/ipactl bin/ipastat include/ipa_mod.h - -MAN3= ipa_mod.3 -MAN5= ipa.conf.5 ipastat.conf.5 -MAN8= ipa.8 ipactl.8 ipastat.8 -MANLANG= "" ru.KOI8-R - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051631.s15GVt3C029321>