diff options
author | kefren <kefren@pkgsrc.org> | 2010-12-24 07:24:54 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2010-12-24 07:24:54 +0000 |
commit | 7bc41ff9a588714e0e2e3c6e8a0ce1cde6c3390e (patch) | |
tree | 976e8a5d01f450cc0de5711396cba4e21e291775 | |
parent | c2af6baed7687a4e0805315ffbd93edeb36cf333 (diff) | |
download | pkgsrc-7bc41ff9a588714e0e2e3c6e8a0ce1cde6c3390e.tar.gz |
Fix Makefiles SUBDIRs for clamav and amavis-perl, amavisd-new changes
-rw-r--r-- | mail/Makefile | 5 | ||||
-rw-r--r-- | security/Makefile | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9afb27b9f07..836fc45c880 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2010/12/23 16:58:59 taca Exp $ +# $NetBSD: Makefile,v 1.407 2010/12/24 07:24:54 kefren Exp $ # COMMENT= Electronic mail utilities @@ -9,6 +9,8 @@ SUBDIR+= Pantomime SUBDIR+= YoSucker SUBDIR+= akonadi SUBDIR+= alpine +SUBDIR+= amavis-perl +SUBDIR+= amavisd-new SUBDIR+= anomy-sanitizer SUBDIR+= archivemail SUBDIR+= autorespond @@ -18,7 +20,6 @@ SUBDIR+= bbmail SUBDIR+= bmf SUBDIR+= bogofilter SUBDIR+= bulk_mailer -SUBDIR+= clamav SUBDIR+= clamsmtp SUBDIR+= claws-mail SUBDIR+= claws-mail-archive diff --git a/security/Makefile b/security/Makefile index 8fcbc28663c..377aac2c662 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.401 2010/11/27 06:13:25 agc Exp $ +# $NetBSD: Makefile,v 1.402 2010/12/24 07:24:54 kefren Exp $ # COMMENT= Security tools @@ -12,8 +12,6 @@ SUBDIR+= PAM SUBDIR+= aide SUBDIR+= aide06 SUBDIR+= amap -SUBDIR+= amavis-perl -SUBDIR+= amavisd-new SUBDIR+= antonym SUBDIR+= ap-modsecurity SUBDIR+= ap-modsecurity2 @@ -30,6 +28,7 @@ SUBDIR+= ccid SUBDIR+= cfs SUBDIR+= chkrootkit SUBDIR+= courier-authlib +SUBDIR+= clamav SUBDIR+= crack #SUBDIR+= crudesaml # only shared files SUBDIR+= crypto++ |