Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,15 @@
$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