diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-12 00:30:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-12 00:30:44 +0000 |
commit | 7914e35676805b3f14ea66469f46b4b4fe1e0258 (patch) | |
tree | 04d460dd24ad7f7ac392b9b6e7eb4b6189194c7a /mail/scmail/Makefile | |
parent | 49c84ef5d9a2c34632ce3441d4950c04b5ae5a70 (diff) |
Notes
Diffstat (limited to 'mail/scmail/Makefile')
-rw-r--r-- | mail/scmail/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index d61ce5fce970..a00b76686b3f 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scmail -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://www.namazu.org/~satoru/scmail/ @@ -46,4 +46,8 @@ post-install: .endfor .endif +# Maintainer only; it actually forwards mails to @examples.com! +test: + cd ${WRKSRC}; ${MAKE} check + .include <bsd.port.post.mk> |