Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.5 2012/02/20 17:27:33 hans Exp $
--- Makefile.orig 2005-10-03 20:38:20.000000000 +0200
+++ Makefile
@@ -26,9 +26,9 @@ CFLAGS += -O2
LDFLAGS =
DESTDIR =
-prefix = /usr/local
+prefix = ${PREFIX}
sbindir = $(prefix)/sbin
-mandir = $(prefix)/share/man
+mandir = $(prefix)/${PKGMANDIR}
man8dir = $(mandir)/man8
docdir = $(prefix)/share/doc/dmidecode
@@ -48,6 +48,7 @@ PROGRAMS-i586 := $(PROGRAMS-i386)
PROGRAMS-i686 := $(PROGRAMS-i386)
PROGRAMS-x86_64 := biosdecode ownership vpddecode
PROGRAMS-amd64 := $(PROGRAMS-x86_64)
+PROGRAMS-i86pc := $(PROGRAMS-x86_64)
PROGRAMS := dmidecode $(PROGRAMS-$(MACHINE))