diff options
Diffstat (limited to 'print/tex-hyplain-doc/Makefile')
-rw-r--r-- | print/tex-hyplain-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-hyplain-doc/Makefile b/print/tex-hyplain-doc/Makefile index 84dff1fa4a2..40bde6ddbea 100644 --- a/print/tex-hyplain-doc/Makefile +++ b/print/tex-hyplain-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/08 14:09:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:42 markd Exp $ DISTNAME= hyplain.doc PKGNAME= tex-${DISTNAME:S/./-/}-1.0 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/hyplain COMMENT= Documentation for tex-hyplain LICENSE= public-domain +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |