diff options
Diffstat (limited to 'print/tex-hang/Makefile')
-rw-r--r-- | print/tex-hang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-hang/Makefile b/print/tex-hang/Makefile index 9a3de070e0a..05c64e60382 100644 --- a/print/tex-hang/Makefile +++ b/print/tex-hang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/06/22 10:53:01 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:33 markd Exp $ DISTNAME= hang PKGNAME= tex-${DISTNAME}-2.1 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/hang COMMENT= Environments for hanging paragraphs and list items LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |