diff options
author | dmcmahill <dmcmahill> | 2001-10-17 01:47:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-10-17 01:47:31 +0000 |
commit | 2b2eb6d0ef4472e9f0c3c92f6a702dbf2c50a8a2 (patch) | |
tree | e69fca84b840efe4fec81fcab3dfbc0a05545614 /fonts/bakoma-fonts/Makefile | |
parent | f24e50603b50975db5123e5e02c650aed8ade23d (diff) | |
download | pkgsrc-2b2eb6d0ef4472e9f0c3c92f6a702dbf2c50a8a2.tar.gz |
use MASTER_SITE_LOCAL to avoid checksum problem with the on-the-fly
distfiles produced by CTAN.
Diffstat (limited to 'fonts/bakoma-fonts/Makefile')
-rw-r--r-- | fonts/bakoma-fonts/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fonts/bakoma-fonts/Makefile b/fonts/bakoma-fonts/Makefile index 398b16262a0..152fe4f1f8e 100644 --- a/fonts/bakoma-fonts/Makefile +++ b/fonts/bakoma-fonts/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/20 14:15:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/17 01:47:31 dmcmahill Exp $ # -DISTNAME= bakoma +DISTNAME= bakoma-20010719 PKGNAME= bakoma-fonts-1.1 CATEGORIES= fonts -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=fonts/cm/ps-type1/} +MASTER_SITES= ${MASTER_SITE_LOCAL} +# The "on the fly" distfile creation from CTAN messes up the checksums. +#MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=fonts/cm/ps-type1/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ COMMENT= BaKoMa Fonts for TeX -DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR}/bakoma LICENSE+= no-commercial-use NO_SRC_ON_CDROM= #defined NO_BIN_ON_CDROM= #defined |