diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-10-19 16:51:13 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-10-19 16:51:13 +0000 |
commit | 69a685a6d531bd9d73b819c392bbd54a029083da (patch) | |
tree | 4f18824b46c5ff3a0d4d12be2e974b1b13ef739e /mail/rblcheck/Makefile | |
parent | Upgrade to 0.4.0 (diff) |
upgrade original distribution (1.4)
patched the source code so that we can specify the target by FQDN.
(the patch is sent to the original author)
Notes
Notes:
svn path=/head/; revision=14081
Diffstat (limited to 'mail/rblcheck/Makefile')
-rw-r--r-- | mail/rblcheck/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index ee7ac14c3e9f..14fadb4ecda0 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rblcheck -# Version required: 1.2 +# Version required: 1.4 # Date created: 28 January 1998 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.1.1.1 1998/01/30 04:52:11 itojun Exp $ +# $Id: Makefile,v 1.4 1998/06/27 05:19:14 asami Exp $ # -DISTNAME= rblcheck-1.2 +DISTNAME= rblcheck-1.4 CATEGORIES= mail MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/ |