From ff0ccef305f2b069089dd067e3ae6b898b53fb02 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Tue, 9 May 2006 16:53:50 +0000 Subject: - Respect PREFIX - portlint(1) PR: 97015 Submitted by: Shaun Amott --- devel/acpicatools/Makefile | 14 +++++++++----- devel/acpicatools/pkg-plist | 1 - 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'devel/acpicatools') diff --git a/devel/acpicatools/Makefile b/devel/acpicatools/Makefile index 644c41670c74..28fc16c3ae55 100644 --- a/devel/acpicatools/Makefile +++ b/devel/acpicatools/Makefile @@ -12,18 +12,22 @@ MASTER_SITES= http://people.FreeBSD.org/~iwasaki/acpi/:g1 \ http://ftp.ale.org/pub/mirrors/freebsd/distfiles/:g2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:g1,g2 \ acpica-unix-20030523.tar.gz:g2 -NO_WRKSUBDIR= yes MAINTAINER= ports@FreeBSD.org -COMMENT= Some utilities for Intel ACPICA (Debugger, ASL Compiler and etc.). +COMMENT= Some utilities for Intel ACPICA (Debugger, ASL Compiler and etc.) + +NO_WRKSUBDIR= yes + +MAN8= acpidump.8 .include .if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not compile on ia64 or amd64" +BROKEN= Does not compile on ia64 or amd64 .endif -pre-install: - @${MKDIR} ${PREFIX}/man/man8 +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ + ${WRKDIR}/Makefile* .include diff --git a/devel/acpicatools/pkg-plist b/devel/acpicatools/pkg-plist index 5b6e78de1b4b..d3aa809a73c3 100644 --- a/devel/acpicatools/pkg-plist +++ b/devel/acpicatools/pkg-plist @@ -1,4 +1,3 @@ bin/acpicadb bin/iasl bin/acpidump -man/man8/acpidump.8.gz -- cgit v1.2.3