diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2010-03-29 15:57:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2010-03-29 15:57:26 +0000 |
commit | 5c10e773b4914e7c70d9a0e450fa5e76ff739b31 (patch) | |
tree | 66f5417894b5423d797e8ad0a76e1cbdc3b88183 /mail/sqwebmail | |
parent | d2cdc65bcb076a6a9146f5a0a2a2cb85d2cf3b02 (diff) | |
download | ports-5c10e773b4914e7c70d9a0e450fa5e76ff739b31.tar.gz ports-5c10e773b4914e7c70d9a0e450fa5e76ff739b31.zip |
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 33571e138cf7..27a8aa29d406 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -62,7 +62,7 @@ HAS_CONFIGURE= YES USE_BZIP2= YES USE_GETTEXT= YES USE_GMAKE= YES -USE_RC_SUBR= YES +USE_RC_SUBR= sqwebmail-sqwebmaild GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ @@ -80,8 +80,6 @@ PLIST_SUB+= CGIBINDIR=${CGIBINDIR} \ WEBDATADIR=${WEBDATADIR} \ WEBDATASUBDIR=${WEBDATASUBDIR} -RC_SCRIPTS_SUB= PREFIX=${PREFIX} - MAN1= maildirmake.1 MAN8= deliverquota.8 @@ -100,12 +98,6 @@ INSTALL_TARGET= install-strip install-configure USE_FAM= yes .endif -.if defined(WITH_RCORDER) -USE_RCORDER= sqwebmail-sqwebmaild -.else -USE_RC_SUBR= sqwebmail-sqwebmaild -.endif - .if defined(WITHOUT_CACHEDIR) PLIST_SUB+= CACHE="@comment " CONFIGURE_ARGS+= --without-cachedir |