Index: head/devel/acpicatools/Makefile =================================================================== --- head/devel/acpicatools/Makefile (revision 161822) +++ head/devel/acpicatools/Makefile (revision 161823) @@ -1,29 +1,33 @@ # New ports collection makefile for: acpicatools # Date created: 25 Jun 2001 # Whom: Mitsuru IWASAKI # # $FreeBSD$ # PORTNAME= acpicatools PORTVERSION= 20030523.0 CATEGORIES= devel 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 Property changes on: head/devel/acpicatools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/devel/acpicatools/pkg-plist =================================================================== --- head/devel/acpicatools/pkg-plist (revision 161822) +++ head/devel/acpicatools/pkg-plist (revision 161823) @@ -1,4 +1,3 @@ bin/acpicadb bin/iasl bin/acpidump -man/man8/acpidump.8.gz Property changes on: head/devel/acpicatools/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property