diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
commit | 35af96374a97c4ebdbd11811ffa473fc67d55e52 (patch) | |
tree | 86415f2332a3b4ae8bea1c41b2f22e68adba0ec1 /x11-fonts | |
parent | efa1bd134dd079bf28e044e4f0b0df8af39c4a6b (diff) | |
download | ports-35af96374a97c4ebdbd11811ffa473fc67d55e52.tar.gz ports-35af96374a97c4ebdbd11811ffa473fc67d55e52.zip |
Notes
Diffstat (limited to 'x11-fonts')
-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 3e1fa75fb98e..cfd976a1b106 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 |