pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/forth-retro



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 04:10:47 UTC 2023

Modified Files:
        pkgsrc/lang/forth-retro: distinfo
        pkgsrc/lang/forth-retro/patches: patch-Makefile

Log Message:
lang/forth-retro: honor $(PKGMANDIR)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/forth-retro/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/forth-retro/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/lang/forth-retro/distinfo
diff -u pkgsrc/lang/forth-retro/distinfo:1.4 pkgsrc/lang/forth-retro/distinfo:1.5
--- pkgsrc/lang/forth-retro/distinfo:1.4        Tue Oct 26 10:51:35 2021
+++ pkgsrc/lang/forth-retro/distinfo    Mon Jan 16 04:10:47 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:51:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/16 04:10:47 dholland Exp $
 
 BLAKE2s (RETRO12-2019.7.tar.gz) = eee68e109152e82516bab1cca3b04fdbc965670ab9a619eef4c8a1d803cc5d0d
 SHA512 (RETRO12-2019.7.tar.gz) = cd4c99d8ac87113baf6ee554f07fc1901954486e0587779e722ce47d2893e46f0c34341648c6f122d47a54eda427478c119124ea0115578a19bc13edf8ef5af3
 Size (RETRO12-2019.7.tar.gz) = 797577 bytes
-SHA1 (patch-Makefile) = 565181f0e46fad9f4ae5b3205aa586f616f92735
+SHA1 (patch-Makefile) = feecc65ae241f1b96ebd298857e5f7fb84e72ad6

Index: pkgsrc/lang/forth-retro/patches/patch-Makefile
diff -u pkgsrc/lang/forth-retro/patches/patch-Makefile:1.1 pkgsrc/lang/forth-retro/patches/patch-Makefile:1.2
--- pkgsrc/lang/forth-retro/patches/patch-Makefile:1.1  Sun Jun 14 10:38:11 2020
+++ pkgsrc/lang/forth-retro/patches/patch-Makefile      Mon Jan 16 04:10:47 2023
@@ -1,10 +1,21 @@
-$NetBSD: patch-Makefile,v 1.1 2020/06/14 10:38:11 ryoon Exp $
+$NetBSD: patch-Makefile,v 1.2 2023/01/16 04:10:47 dholland Exp $
 
+* Honor PKGMANDIR.
 * Fix DESTDIR installation of man pages.
 
 --- Makefile.orig      2019-08-12 17:00:59.000000000 +0000
 +++ Makefile
-@@ -61,13 +61,14 @@ install-examples:
+@@ -2,7 +2,8 @@ PREFIX ?= /usr/local
+ DATADIR ?= $(PREFIX)/share/RETRO12
+ DOCSDIR ?= $(PREFIX)/share/doc/RETRO12
+ EXAMPLESDIR ?= $(PREFIX)/share/examples/RETRO12
+-MANDIR ?= $(PREFIX)/man/man1
++PKGMANDIR ?= man
++MANDIR ?= $(PREFIX)/$(PKGMANDIR)/man1
+ LIBM ?= -lm
+ 
+ all: build
+@@ -61,13 +62,14 @@ install-examples:
        cp -fpR example $(DESTDIR)$(EXAMPLESDIR)
  
  install-manpages:



Home | Main Index | Thread Index | Old Index