Wed Feb 12 03:11:02 2020 UTC ()
Reset PKGREVISION.


(schmonz)
diff -r1.21 -r1.22 pkgsrc/textproc/highlight/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/textproc/highlight/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/highlight/Makefile 2020/01/18 21:51:01 1.21
+++ pkgsrc/textproc/highlight/Makefile 2020/02/12 03:11:02 1.22
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.21 2020/01/18 21:51:01 jperkin Exp $ 1# $NetBSD: Makefile,v 1.22 2020/02/12 03:11:02 schmonz Exp $
2 2
3PKGREVISION= 1 
4.include "../../textproc/libhighlight/Makefile.common" 3.include "../../textproc/libhighlight/Makefile.common"
5 4
6MANCOMPRESSED= yes 5MANCOMPRESSED= yes
7 6
8BUILD_TARGET= cli 7BUILD_TARGET= cli
9INSTALL_TARGET= install-cli 8INSTALL_TARGET= install-cli
10 9
11.include "options.mk" 10.include "options.mk"
12 11
13.include "../../devel/libgetopt/buildlink3.mk" 12.include "../../devel/libgetopt/buildlink3.mk"
14.include "../../textproc/libhighlight/buildlink3.mk" 13.include "../../textproc/libhighlight/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"