diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 05:21:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 05:21:36 +0000 |
commit | 36cd5c74c777aefba9013e538703b3d65e067899 (patch) | |
tree | a2a336d2c50ce27a0371b23e8129167922bd694c /mail/sqwebmail | |
parent | 1fe689ef09d6197c85bf84d5131800540299a607 (diff) |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
Notes
Notes:
svn path=/head/; revision=251565
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index d42855345512..33571e138cf7 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -80,7 +80,7 @@ PLIST_SUB+= CGIBINDIR=${CGIBINDIR} \ WEBDATADIR=${WEBDATADIR} \ WEBDATASUBDIR=${WEBDATASUBDIR} -RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} +RC_SCRIPTS_SUB= PREFIX=${PREFIX} MAN1= maildirmake.1 MAN8= deliverquota.8 |