diff options
author | Brian Feldman <green@FreeBSD.org> | 2003-01-25 06:42:59 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2003-01-25 06:42:59 +0000 |
commit | de5bbbec3c7099ef89336dcecd1394765fe1a4e3 (patch) | |
tree | be159316885455fca264fc6ed5ce40edcf97e82a /mail | |
parent | Noone cares about having ports that actually build and then don't crash, (diff) |
Move mail/p5-Mail-SpamAssassin-devel to mail/p5-Mail-SpamAssassin-snapshot
and add NO_LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=73969
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-SpamAssassin-snapshot/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index cb44e0a69ca9..cdba3618dfce 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -173,7 +173,7 @@ SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-SpamAssassin - SUBDIR += p5-Mail-SpamAssassin-devel + SUBDIR += p5-Mail-SpamAssassin-snapshot SUBDIR += p5-Mail-Spool SUBDIR += p5-Mail-Tools SUBDIR += p5-Mail-Verify diff --git a/mail/p5-Mail-SpamAssassin-snapshot/Makefile b/mail/p5-Mail-SpamAssassin-snapshot/Makefile index 75508c18b0ba..bf349f210c7b 100644 --- a/mail/p5-Mail-SpamAssassin-snapshot/Makefile +++ b/mail/p5-Mail-SpamAssassin-snapshot/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ PODPARSER= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser RUN_DEPENDS+= ${PODPARSER} BUILD_DEPENDS+= ${PODPARSER} +NO_LATEST_LINK= yes PERL_CONFIGURE= yes CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" RUN_RAZOR1_TESTS="no" \ |