diff options
author | asami <asami@FreeBSD.org> | 1998-11-08 17:37:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-08 17:37:11 +0800 |
commit | 417409619817c58b42c1a9fd9612a34dcb87307e (patch) | |
tree | c27694762e8a657831b33116b243d5f20564b76e /print/pkfonts360 | |
parent | 5885f4c8eaac96ff0c69f924cb7e93ddd053ae1b (diff) | |
download | freebsd-ports-gnome-417409619817c58b42c1a9fd9612a34dcb87307e.tar.gz freebsd-ports-gnome-417409619817c58b42c1a9fd9612a34dcb87307e.tar.zst freebsd-ports-gnome-417409619817c58b42c1a9fd9612a34dcb87307e.zip |
On second thought, move all the PLISTs back as ${RESOLUTION}.list in the
master pkg directory. No need to create pkg directories for all the mini-
ports for just one file each.
Diffstat (limited to 'print/pkfonts360')
-rw-r--r-- | print/pkfonts360/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile index e75364d0b605..aadff7d16f6a 100644 --- a/print/pkfonts360/Makefile +++ b/print/pkfonts360/Makefile @@ -3,12 +3,11 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id$ +# $Id: Makefile,v 1.1 1998/11/07 10:50:03 asami Exp $ # RESOLUTION= 360 FILESDIR= ${.CURDIR}/../pkfonts300/files PKGDIR= ${.CURDIR}/../pkfonts300/pkg -PLIST= ${.CURDIR}/pkg/PLIST .include "${.CURDIR}/../pkfonts300/Makefile" |