diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 09:07:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 09:07:19 +0000 |
commit | 55da950a004d578db72fe3a14f2cb957851100d8 (patch) | |
tree | 1871755cc9efff3a48251654ddcb78ca7898a0c8 /print/pkfonts360 | |
parent | 2de581f84464f61248055f406cc41ce748c1d2e2 (diff) |
Nevermind.. I wasn't trying to fetch from wcarchive as last resort.
(but these ports still need extra MASTER_SITEs)
Notes
Notes:
svn path=/head/; revision=15062
Diffstat (limited to 'print/pkfonts360')
-rw-r--r-- | print/pkfonts360/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile index 479cfb0b6ed9..ef3fcef07691 100644 --- a/print/pkfonts360/Makefile +++ b/print/pkfonts360/Makefile @@ -3,12 +3,10 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id: Makefile,v 1.3 1998/12/01 03:06:37 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/02 09:04:04 obrien Exp $ # RESOLUTION= 360 MASTERDIR= ${.CURDIR}/../pkfonts300 -BROKEN= 'fetch' - .include "${MASTERDIR}/Makefile" |