diff options
Diffstat (limited to 'print/tex-draftcopy/Makefile')
-rw-r--r-- | print/tex-draftcopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-draftcopy/Makefile b/print/tex-draftcopy/Makefile index 5109b8df965..97bb846abff 100644 --- a/print/tex-draftcopy/Makefile +++ b/print/tex-draftcopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:19:26 markd Exp $ DISTNAME= draftcopy PKGNAME= tex-${DISTNAME}-2.16 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/draftcopy COMMENT= Identify draft copies LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |