aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipa
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 16:31:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 16:31:55 +0000
commit654f6ab558c7e3ff544d0d2e19cc80cfc6b8562e (patch)
treea93f3ff9caf5daf71d9777633aa602b600ac1669 /sysutils/ipa
parentd89672e0811c7a42e72f378205d80afcfe95c045 (diff)
downloadports-654f6ab558c7e3ff544d0d2e19cc80cfc6b8562e.tar.gz
ports-654f6ab558c7e3ff544d0d2e19cc80cfc6b8562e.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342764
Diffstat (limited to 'sysutils/ipa')
-rw-r--r--sysutils/ipa/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile
index 7c8a5ee7cc8e..fc25f201579c 100644
--- a/sysutils/ipa/Makefile
+++ b/sysutils/ipa/Makefile
@@ -25,7 +25,6 @@ SUBLIMITS_DESC= Enable sublimits support
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
-
-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>
+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
+
+.include <bsd.port.mk>