diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
commit | 900531be02031d460aa67f30419e11b88f4793a5 (patch) | |
tree | 9fb7f57b501618cde2fc6c63cd6fb55ac800c0a6 /mail/assp | |
parent | 8e271e9fa1cec635d3e517862641269e59a0d241 (diff) | |
download | freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.gz freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.zst freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.zip |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Diffstat (limited to 'mail/assp')
-rw-r--r-- | mail/assp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 72048ee30621..a0030288a520 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -58,7 +58,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${DISTNAME}/${PORTNAME:U} .include <bsd.port.pre.mk> -SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}${RC_SUBR_SUFFIX} +SUB_LIST+= RC_SCRIPT=${RC_SCRIPT} RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww |