diff options
Diffstat (limited to 'print/tex-present-doc/Makefile')
-rw-r--r-- | print/tex-present-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-present-doc/Makefile b/print/tex-present-doc/Makefile index b3db56804e0..0f1c89d822b 100644 --- a/print/tex-present-doc/Makefile +++ b/print/tex-present-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/07 11:26:44 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:23:06 markd Exp $ DISTNAME= present.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.2.1 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/present COMMENT= Documentation for tex-present LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |