diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/pkfonts300 | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/pkfonts300')
-rw-r--r-- | print/pkfonts300/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 90ebf651a6e0..d44a9a41b438 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -3,12 +3,12 @@ # Date created: 16 Mar 1996 # Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # -# $Id: Makefile,v 1.3 1996/10/15 23:31:45 max Exp $ +# $Id: Makefile,v 1.4 1996/11/09 11:29:43 asami Exp $ # DISTNAME= pkfonts PKGNAME= pkfonts${RESOLUTION}-1.0 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/TeX/fonts/ \ ftp://ftp.wg.omron.co.jp/pub/tex/ DISTFILES= pk${RESOLUTION}.tar.gz @@ -44,9 +44,9 @@ pre-fetch: .endif do-install: - mkdir -p ${PREFIX}/lib/fonts + ${MKDIR} ${PREFIX}/lib/fonts tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DISTFILES} - @cp ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST + @${CP} ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST pre-clean: @rm -f ${PKGDIR}/PLIST # created by do-install above |