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/pkfonts400 | |
parent | 2de581f84464f61248055f406cc41ce748c1d2e2 (diff) | |
download | ports-55da950a004d578db72fe3a14f2cb957851100d8.tar.gz ports-55da950a004d578db72fe3a14f2cb957851100d8.zip |
Notes
Diffstat (limited to 'print/pkfonts400')
-rw-r--r-- | print/pkfonts400/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pkfonts400/Makefile b/print/pkfonts400/Makefile index f390622c372f..f48d0519a2f1 100644 --- a/print/pkfonts400/Makefile +++ b/print/pkfonts400/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:38 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/02 09:04:05 obrien Exp $ # RESOLUTION= 400 MASTERDIR= ${.CURDIR}/../pkfonts300 -BROKEN= 'fetch' - .include "${MASTERDIR}/Makefile" |