diff options
Diffstat (limited to 'print/tex-ordinalpt/Makefile')
-rw-r--r-- | print/tex-ordinalpt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-ordinalpt/Makefile b/print/tex-ordinalpt/Makefile index 54605258a69..01e2d479a08 100644 --- a/print/tex-ordinalpt/Makefile +++ b/print/tex-ordinalpt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/28 12:02:49 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:22:58 markd Exp $ DISTNAME= ordinalpt PKGNAME= tex-${DISTNAME}-2.1 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/ordinalpt COMMENT= Counters as ordinal numbers in Portuguese LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |