diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
commit | 45152138251953ac7c27e0ea68d255a8aba47e56 (patch) | |
tree | 2505baef072170c51dc576918112b886b003f8db /print/pkfonts300 | |
parent | 70f194a8b5ed04200d5260a74c19379437f48e2e (diff) | |
download | ports-45152138251953ac7c27e0ea68d255a8aba47e56.tar.gz ports-45152138251953ac7c27e0ea68d255a8aba47e56.zip |
Notes
Diffstat (limited to 'print/pkfonts300')
-rw-r--r-- | print/pkfonts300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index d44a9a41b438..8a21a09241c4 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Mar 1996 # Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # -# $Id: Makefile,v 1.4 1996/11/09 11:29:43 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/17 08:45:02 obrien Exp $ # DISTNAME= pkfonts @@ -45,7 +45,7 @@ pre-fetch: do-install: ${MKDIR} ${PREFIX}/lib/fonts - tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DISTFILES} + tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} @${CP} ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST pre-clean: |