pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/menhir



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Jul  5 20:12:42 UTC 2017

Modified Files:
        pkgsrc/devel/menhir: distinfo
        pkgsrc/devel/menhir/patches: patch-Makefile

Log Message:
support PKGMANDIR


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/menhir/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/menhir/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/menhir/distinfo
diff -u pkgsrc/devel/menhir/distinfo:1.6 pkgsrc/devel/menhir/distinfo:1.7
--- pkgsrc/devel/menhir/distinfo:1.6    Fri May  6 11:51:47 2016
+++ pkgsrc/devel/menhir/distinfo        Wed Jul  5 20:12:42 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/05/06 11:51:47 jaapb Exp $
+$NetBSD: distinfo,v 1.7 2017/07/05 20:12:42 wiedi Exp $
 
 SHA1 (menhir-20160303.tar.gz) = 46d58d98e2073d056b026d0508bd52e772f19df0
 RMD160 (menhir-20160303.tar.gz) = 9dd78e488c79067f493cbc233b26019e68071b51
 SHA512 (menhir-20160303.tar.gz) = 9d5dbdf863f8e3157933a79690835d98f806e8110d3fcfe2b6e4137522fe8a5d063d058e4956ba30ed71a3ac5b2a82020f598799c67c4b692e4712e15b7f290c
 Size (menhir-20160303.tar.gz) = 750200 bytes
-SHA1 (patch-Makefile) = a15a0f7d42c3e5375af8b38de3296ff8634f1f68
+SHA1 (patch-Makefile) = 24495a2b7f0d405ab305de92dca21248249d96fb

Index: pkgsrc/devel/menhir/patches/patch-Makefile
diff -u pkgsrc/devel/menhir/patches/patch-Makefile:1.3 pkgsrc/devel/menhir/patches/patch-Makefile:1.4
--- pkgsrc/devel/menhir/patches/patch-Makefile:1.3      Fri May  6 11:51:47 2016
+++ pkgsrc/devel/menhir/patches/patch-Makefile  Wed Jul  5 20:12:42 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.3 2016/05/06 11:51:47 jaapb Exp $
+$NetBSD: patch-Makefile,v 1.4 2017/07/05 20:12:42 wiedi Exp $
 
 Use correct install locations and BSD_INSTALL_*
 --- Makefile.orig      2016-03-03 10:30:08.000000000 +0000
@@ -14,7 +14,7 @@ Use correct install locations and BSD_IN
 +bindir          := $(DESTDIR)$(PREFIX)/bin
 +docdir                := $(DESTDIR)$(PREFIX)/share/doc/menhir
 +libdir                := $(DESTDIR)$(PREFIX)/share/menhir
-+mandir          := $(DESTDIR)$(PREFIX)/man/man1
++mandir          := $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man1
  MANS            := menhir.1
  DOCS            := manual.pdf demos
  MLYLIB          := src/standard.mly



Home | Main Index | Thread Index | Old Index