diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-08 09:14:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-08 09:14:05 +0800 |
commit | f2ede9b4c914247b1bd9e2c08de15881e10a0357 (patch) | |
tree | 4a25475aea25bf8a9483be4ecbcc38cb408ad9a4 /mail/spamoracle | |
parent | 09f24999c5b02b7a0d359a7e053ce7d67314d735 (diff) | |
download | freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.gz freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.zst freebsd-ports-gnome-f2ede9b4c914247b1bd9e2c08de15881e10a0357.zip |
USE_SIZEify
Diffstat (limited to 'mail/spamoracle')
-rw-r--r-- | mail/spamoracle/Makefile | 1 | ||||
-rw-r--r-- | mail/spamoracle/distinfo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/spamoracle/Makefile b/mail/spamoracle/Makefile index 06653d94db13..c8d663154efc 100644 --- a/mail/spamoracle/Makefile +++ b/mail/spamoracle/Makefile @@ -16,6 +16,7 @@ COMMENT= procmail spam filter written in ML using Bayesian classification BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml USE_REINPLACE= yes +USE_SIZE= yes post-patch: @${REINPLACE_CMD} -E -e 's|^(CPP=)gcc[[:space:]]+-E|\1${CPP}|' \ diff --git a/mail/spamoracle/distinfo b/mail/spamoracle/distinfo index d2a8dd908674..b21d7c72a132 100644 --- a/mail/spamoracle/distinfo +++ b/mail/spamoracle/distinfo @@ -1 +1,2 @@ MD5 (spamoracle-1.2.tar.gz) = 1742952bc741a6036dc3a1bb3a5e73e3 +SIZE (spamoracle-1.2.tar.gz) = 15828 |