diff options
author | tron <tron@pkgsrc.org> | 1999-08-24 14:21:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-24 14:21:40 +0000 |
commit | 1a54d29bbcb5113f79947fc2af95cc14f114c1c6 (patch) | |
tree | 9913fe179e1d41a5af94b1629972064088e04d5a /print/teTeX-share | |
parent | 2efef5e863d1c0629a252cf08293655f53e03e96 (diff) | |
download | pkgsrc-1a54d29bbcb5113f79947fc2af95cc14f114c1c6.tar.gz |
pkglint: use of DISTFILES with single file discouraged.
Diffstat (limited to 'print/teTeX-share')
-rw-r--r-- | print/teTeX-share/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index 92c45ab75c7..8ced437bd6a 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1999/08/17 21:20:40 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/24 14:21:40 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # -DISTNAME= teTeX-1.0 +DISTNAME= teTeX-texmf-1.0 PKGNAME= teTeX-share-1.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} -DISTFILES= teTeX-texmf-1.0.tar.gz MAINTAINER= hubertf@netbsd.org |