Files
pkgsrc-ng/www/cgit/patches/patch-git-Makefile
2016-01-21 23:40:00 +01:00

16 lines
411 B
Plaintext

$NetBSD: patch-git-Makefile,v 1.1 2014/12/01 12:32:27 wiz Exp $
Don't put HOME into binaries.
--- git/Makefile.orig 2014-06-25 19:21:11.000000000 +0000
+++ git/Makefile
@@ -365,7 +365,7 @@ STRIP ?= strip
# htmldir
# This can help installing the suite in a relocatable way.
-prefix = $(HOME)
+prefix = $(PREFIX)
bindir_relative = bin
bindir = $(prefix)/$(bindir_relative)
mandir = $(prefix)/share/man