summaryrefslogtreecommitdiff
path: root/sysutils/ipa/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-31 18:37:09 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-31 18:37:09 +0000
commite53cc61fc9529bc5756393e6d77b90c783d56aae (patch)
tree6dbb9bd1dca3837a2246946dea89cab135b620c0 /sysutils/ipa/Makefile
parento Update to version 1.1.4 (diff)
o Add NOPORTDOCS support
o Be more graceful with install/deinstall: handle situation where man/ru_RU.KOI8-R exists prior to installation of this port, i.e., it cannot be a symlink o Protect configuration file with perms 0400 This is a followup commit to the following PR PR: 29024
Notes
Notes: svn path=/head/; revision=45674
Diffstat (limited to 'sysutils/ipa/Makefile')
-rw-r--r--sysutils/ipa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile
index 4c622a3c1815..f76c1ab9747a 100644
--- a/sysutils/ipa/Makefile
+++ b/sysutils/ipa/Makefile
@@ -14,6 +14,9 @@ MAINTAINER= simon@simon.org.ua
NO_PACKAGE= "Needs to be built uniquely for each site"
ALL_TARGET= FreeBSD
+.ifdef(NOPORTDOCS)
+MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}"
+.endif
MAN5= ipa.5 ipa.conf.5
MAN8= ipa.8 ipastat.8
@@ -23,4 +26,7 @@ post-patch:
@${PERL} -pi -ne "s|/usr/local/|${PREFIX}/|" \
${WRKSRC}/Makefile
+post-install:
+ ${CHMOD} 0400 ${PREFIX}/etc/ipa.conf.default
+
.include <bsd.port.mk>