summaryrefslogtreecommitdiff
path: root/mail/drac/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-03-26 02:25:52 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-03-26 02:25:52 +0000
commit13011e478e533c9ff335157865ba92993cf34cec (patch)
tree2904cce4e7f18b748f1edc377cee4f482b4b3799 /mail/drac/Makefile
parentSubmitted by: MAINTAINER (diff)
o Update to 1.12[1].
o Clean up rc script to rc.conf configuratable. Acording to the POLA, if you don't set it, this feature will have no effect (same behavior before now). Pointed out by: Mats Dufberg <dufberg@narnia.pp.se> [1]
Notes
Notes: svn path=/head/; revision=77467
Diffstat (limited to 'mail/drac/Makefile')
-rw-r--r--mail/drac/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index e5fe4d180ef6..d0c6979f9942 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= drac
-PORTVERSION= 1.11
-PORTREVISION= 2
+PORTVERSION= 1.12
+#PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \
http://atreides.freenix.no/~anders/ \
@@ -57,9 +57,7 @@ do-install:
@${INSTALL_MAN} ${WRKSRC}/dracauth.3 ${PREFIX}/man/man3/
@${INSTALL_MAN} ${WRKSRC}/rpc.dracd.1m ${PREFIX}/man/man1/rpc.dracd.1
.endif
- @if [ ! -f ${PREFIX}/etc/rc.d/dracd.sh.sample ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/dracd.sh.sample startup file."; \
- ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dracd.sh ${PREFIX}/etc/rc.d/dracd.sh.sample; \
- fi
+ @${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/dracd.sh startup file."
+ @${INSTALL_SCRIPT} ${FILESDIR}/dracd.sh ${PREFIX}/etc/rc.d/dracd.sh
.include <bsd.port.post.mk>