diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | e5cc021f77b6b9ad840e0350c81761099dd35e04 (patch) | |
tree | 8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/pkfonts300 | |
parent | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (diff) |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Notes
Notes:
svn path=/head/; revision=4539
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 |