diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 16:00:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 16:00:20 +0000 |
commit | 03254ede3b47d5974ee57688422ff87f41dd3bcc (patch) | |
tree | f5aca8e21e17d6c7e1601a20d200662aaf2ca094 /sysutils/ipa/files | |
parent | - Update EMBOSS (biology/emboss) from 1.9.0 to 1.9.1 (diff) |
Upgrade to version 1.0.3
PR: 24708
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37758
Diffstat (limited to 'sysutils/ipa/files')
-rw-r--r-- | sysutils/ipa/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa new file mode 100644 index 000000000000..d8726f11adec --- /dev/null +++ b/sysutils/ipa/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Thu Jan 18 00:35:42 2001 ++++ Makefile Sun Jan 28 18:40:36 2001 +@@ -38,7 +38,7 @@ + # -O3 - optimize (it seems that -O3 also help to find out some errors); + # -g - produce debugging information. + # +-CFLAGS= -Wall -O3 -g ++#CFLAGS= -Wall -O3 -g + + # + # DSTBINDIR - where to install binaries +@@ -171,7 +171,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 |