diff options
author | asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
commit | 05ad587eeab1d617e351f06b1479ff5cbf1ef470 (patch) | |
tree | a1686d3710d566ebe9135dd38eb4e0522f05a34e /x11-fonts/xfed/Makefile | |
parent | 16340be728f3944b4f01dd9b814c596a1085baa0 (diff) | |
download | FreeBSD-ports-05ad587eeab1d617e351f06b1479ff5cbf1ef470.zip FreeBSD-ports-05ad587eeab1d617e351f06b1479ff5cbf1ef470.tar.gz |
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
Diffstat (limited to 'x11-fonts/xfed/Makefile')
-rw-r--r-- | x11-fonts/xfed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 3e1fa75..cfd976a 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/02/12 17:48:25 jmz Exp $ +# $Id: Makefile,v 1.4 1995/02/12 23:22:13 ats Exp $ # USE_IMAKE= yes @@ -18,6 +18,7 @@ SOURCEFILES= Epistle,README,Imakefile,xfed.man \ #MASTER_SITES= ftp://me10.lbl.gov/pub/hp_X11R3_tape/source/app/ SOURCESITE= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/clients/xfed/ #EXTRACT_SUFX= .tar.Z +MAINTAINER= asami@FreeBSD.ORG fetch: pre-fetch @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi |