diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | ad744288184799669b3c6ed466204cf2079b8596 (patch) | |
tree | 13e685282822b31367902839f70a41b95b4c74f8 /mail/xfmail | |
parent | Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75. (diff) |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Notes
Notes:
svn path=/head/; revision=4382
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 951fd34dd023..5195a1103f02 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -3,12 +3,12 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.4 1995/11/22 04:57:00 asami Exp $ +# $Id: Makefile,v 1.5 1996/07/12 11:51:51 asami Exp $ # DISTNAME= xfmail PKGNAME= xfmail-0.4 -CATEGORIES+= mail x11 +CATEGORIES= mail x11 MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= gena@NetVision.net.il @@ -16,8 +16,8 @@ MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11/xforms -USE_X11= yes WRKSRC= ${WRKDIR}/xfmail/ui +USE_X11= yes pre-configure: @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) |