diff options
author | tron <tron> | 1999-08-24 14:21:40 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 14:21:40 +0000 |
commit | c141204b64f40de8882496e5956dcc532f45e351 (patch) | |
tree | 9913fe179e1d41a5af94b1629972064088e04d5a /print/teTeX-share | |
parent | 939dad654af78cec05784a70ee2394237d921e50 (diff) | |
download | pkgsrc-c141204b64f40de8882496e5956dcc532f45e351.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 |