diff options
author | oliver <oliver@FreeBSD.org> | 2010-03-29 23:57:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-03-29 23:57:26 +0800 |
commit | 25e023b06dbd2619ab97157fb23487bc3407a4f2 (patch) | |
tree | 28d72ceda9590eb637e817f201f6f5430b08e174 /mail | |
parent | db1ee220576b3daa8ad4d297d828d65d527ead16 (diff) | |
download | freebsd-ports-graphics-25e023b06dbd2619ab97157fb23487bc3407a4f2.tar.gz freebsd-ports-graphics-25e023b06dbd2619ab97157fb23487bc3407a4f2.tar.zst freebsd-ports-graphics-25e023b06dbd2619ab97157fb23487bc3407a4f2.zip |
use new RC_SUBR structure
Submitted By: dougb
Diffstat (limited to 'mail')
-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 33571e138cf..27a8aa29d40 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 |