pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/coma



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Aug 19 12:31:24 UTC 2019

Modified Files:
        pkgsrc/wm/coma: Makefile distinfo
        pkgsrc/wm/coma/patches: patch-Makefile

Log Message:
coma: allow overriding MAN_DIR, and set it to "${PREFIX}/${PKGMANDIR}".

Pointed out by leot@, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/coma/Makefile pkgsrc/wm/coma/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/coma/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/wm/coma/Makefile
diff -u pkgsrc/wm/coma/Makefile:1.1 pkgsrc/wm/coma/Makefile:1.2
--- pkgsrc/wm/coma/Makefile:1.1 Fri Aug 16 14:07:27 2019
+++ pkgsrc/wm/coma/Makefile     Mon Aug 19 12:31:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/16 14:07:27 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/19 12:31:23 fcambus Exp $
 
 DISTNAME=      coma-1.0
 CATEGORIES=    wm
@@ -11,6 +11,8 @@ LICENSE=      isc
 
 USE_LANGUAGES= c99
 
+MAKE_ENV+=     MAN_DIR="${PREFIX}/${PKGMANDIR}"
+
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wm/coma/distinfo
diff -u pkgsrc/wm/coma/distinfo:1.1 pkgsrc/wm/coma/distinfo:1.2
--- pkgsrc/wm/coma/distinfo:1.1 Fri Aug 16 14:07:27 2019
+++ pkgsrc/wm/coma/distinfo     Mon Aug 19 12:31:23 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/08/16 14:07:27 fcambus Exp $
+$NetBSD: distinfo,v 1.2 2019/08/19 12:31:23 fcambus Exp $
 
 SHA1 (coma-1.0.tar.gz) = e830786675e4f8542337363f8835e195e8f58593
 RMD160 (coma-1.0.tar.gz) = 672f1202d92b0ba324f97d28c5c0185d59c1f106
 SHA512 (coma-1.0.tar.gz) = 3df8fd17d269b3888fd931b5126f8e63c9aac63451be14fa8a20be09e945056cd7a45b062a6810a9bba0146fbd4b81791e8c0d9bbad1c18f26d1d3b222251e52
 Size (coma-1.0.tar.gz) = 13487 bytes
-SHA1 (patch-Makefile) = 939c2ee550abccc39967fb59fdff4a524c7cd30a
+SHA1 (patch-Makefile) = a77d6acfb5965ab6f83b3bc4bd2c558870c91665

Index: pkgsrc/wm/coma/patches/patch-Makefile
diff -u pkgsrc/wm/coma/patches/patch-Makefile:1.1 pkgsrc/wm/coma/patches/patch-Makefile:1.2
--- pkgsrc/wm/coma/patches/patch-Makefile:1.1   Fri Aug 16 14:07:27 2019
+++ pkgsrc/wm/coma/patches/patch-Makefile       Mon Aug 19 12:31:23 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.1 2019/08/16 14:07:27 fcambus Exp $
+$NetBSD: patch-Makefile,v 1.2 2019/08/19 12:31:23 fcambus Exp $
 
 Adapt install target for pkgsrc.
 
@@ -12,7 +12,7 @@ Adapt install target for pkgsrc.
  PREFIX?=/usr/local
  INSTALL_DIR=$(PREFIX)/bin
 -MAN_DIR=$(PREFIX)/share/man
-+MAN_DIR=$(PREFIX)/man
++MAN_DIR?=$(PREFIX)/share/man
  
  SRC=  coma.c client.c config.c frame.c wm.c
  OBJS= $(SRC:%.c=%.o)



Home | Main Index | Thread Index | Old Index