freebsd-ports/sysutils/ipa/files/patch-aa
FUJISHIMA Satsuki 6995d706ac update to 1.1.
PR:		25628
Submitted by:	maintainer
2001-03-09 12:18:38 +00:00

20 lines
762 B
Text

--- Makefile.orig Sun Mar 4 20:33:11 2001
+++ Makefile Fri Mar 9 11:52:32 2001
@@ -38,7 +38,7 @@
# -O3 - optimize (it seems that -O3 also help to find out some errors);
# -g - produce debugging information.
#
-CFLAGS= -Wall -O2 -g
+#CFLAGS= -Wall -O2 -g
#
# DSTBINDIR - where to install binaries
@@ -203,7 +203,7 @@
@${ECHO}
.else
@${ECHO} ">> Installing binaries, manual pages and miscellaneous files"
- ${INSTALL} -c -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
+ ${INSTALL} -c -s -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
${CHMOD} u+s ${DSTBINDIR}/ipastat
${INSTALL} -c -g wheel -o root -m 0444 man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
${INSTALL} -c -g wheel -o root -m 0444 man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8