diff options
author | tron <tron> | 2009-02-18 11:16:49 +0000 |
---|---|---|
committer | tron <tron> | 2009-02-18 11:16:49 +0000 |
commit | 824700b9ee73652ea66a138c547de66e6a58ef26 (patch) | |
tree | fb7bf990e98a062f3dfddfbe5f49f0a318b7ac81 /print/teTeX | |
parent | ef605a9adf711745b523bf54c4e65101b193aabe (diff) | |
download | pkgsrc-824700b9ee73652ea66a138c547de66e6a58ef26.tar.gz |
Mark this package as a meta package.
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index fef63ff6015..dab12d8adc1 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,29 +1,19 @@ -# $NetBSD: Makefile,v 1.46 2009/01/24 18:38:59 minskim Exp $ -# +# $NetBSD: Makefile,v 1.47 2009/02/18 11:16:49 tron Exp $ DISTNAME= teTeX-3.0 PKGREVISION= 1 CATEGORIES= print meta-pkgs MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= texi2html>=1.52:../../textproc/texi2html CONFLICTS+= teTeX2-[0-9]* -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty - -do-install: # do nothing +META_PACKAGE= yes .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |