summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-31 16:45:06 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-31 16:45:06 +0000
commitdb81dbdb4502fcb4d40cbfd3a7e2472a38fdf706 (patch)
tree2801bb819211c3264a561973b2f1eaeda28e3871 /mail
parent- Pass maintainershipt to submitter (diff)
- Use newly added RC_SUBR_SUFFIX
Approved by: J.R. Oldroyd <fbsd at opal.com> (maintainer)
Notes
Notes: svn path=/head/; revision=183791
Diffstat (limited to 'mail')
-rw-r--r--mail/assp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index cfa3b564dea6..0d14f4e613cf 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -66,11 +66,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME:U}
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 700007 || ( ${OSVERSION} < 700000 && ${OSVERSION} >= 600101 ))
-SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}
-.else
-SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}.sh
-.endif
+SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}${RC_SUBR_SUFFIX}
.if !defined(WITHOUT_EMVALID)
RUN_DEPENDS+= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid