diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 11:52:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 11:52:01 +0000 |
commit | 42b70a7d3c1d6b353c3bca64c8af53ecc1f89d73 (patch) | |
tree | afe9150d4027510d95b5391ab729bf4b386e8ffe /mail/xfmail/Makefile | |
parent | Upgrade, 0.75 -> 0.81. (diff) |
Upgrade (0.3 -> 0.4) from author. He says it contains some major
bugfixes.
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r-- | mail/xfmail/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 4f85a12055b1..951fd34dd023 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xfmail -# Version required: 0.3 -# Date created: 01 October 1995 +# Version required: 0.4 +# Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.3 1995/10/05 12:36:18 asami Exp $ +# $Id: Makefile,v 1.4 1995/11/22 04:57:00 asami Exp $ # DISTNAME= xfmail -PKGNAME= xfmail-0.3 +PKGNAME= xfmail-0.4 CATEGORIES+= mail x11 MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ @@ -17,7 +17,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11/xforms USE_X11= yes -WRKSRC= ${WRKDIR}/xfmail-0.3/ui +WRKSRC= ${WRKDIR}/xfmail/ui pre-configure: @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) |