aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 00:31:55 +0800
committermiwi <miwi@FreeBSD.org>2014-02-06 00:31:55 +0800
commitfe91f8e47dba1881f0a057f9c429fbaed00764d4 (patch)
treea93f3ff9caf5daf71d9777633aa602b600ac1669 /sysutils
parent1ab9638f6c374c0042e5635dd187e9984eddfd01 (diff)
downloadfreebsd-ports-gnome-fe91f8e47dba1881f0a057f9c429fbaed00764d4.tar.gz
freebsd-ports-gnome-fe91f8e47dba1881f0a057f9c429fbaed00764d4.tar.zst
freebsd-ports-gnome-fe91f8e47dba1881f0a057f9c429fbaed00764d4.zip
- Stage support
Diffstat (limited to 'sysutils')
-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>