diff options
Diffstat (limited to 'print/tex-listing-doc/Makefile')
-rw-r--r-- | print/tex-listing-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-listing-doc/Makefile b/print/tex-listing-doc/Makefile index 1c1ef658ce2..219a24e0b41 100644 --- a/print/tex-listing-doc/Makefile +++ b/print/tex-listing-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/27 10:21:53 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:21:53 markd Exp $ # TeX Live Revision 17373 DISTNAME= listing.doc @@ -8,5 +8,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-listing LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |