aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xfmail
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-11 05:32:56 +0800
committerobrien <obrien@FreeBSD.org>1996-11-11 05:32:56 +0800
commit74fc2116970f8ec186a82750e4e221223f4cd2fd (patch)
treee6159e21d348c9ac6c0acecadc68fefbc6d6bb85 /mail/xfmail
parentf9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff)
downloadfreebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz
freebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.zst
freebsd-ports-graphics-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'mail/xfmail')
-rw-r--r--mail/xfmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index 951fd34dd02..5195a1103f0 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)