summaryrefslogtreecommitdiff
path: root/emulators/bochs/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1997-12-21 14:34:58 +0000
committerAlexander Langer <alex@FreeBSD.org>1997-12-21 14:34:58 +0000
commitcbd8210a93430610a02cea929654ca5bf4e58d20 (patch)
tree2f70f2bdeda72cf9351a9c9b9b174943e524809c /emulators/bochs/Makefile
parentChange PKGNAME to ru-ispell-1.0 (diff)
Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.
PR: 5354
Notes
Notes: svn path=/head/; revision=9144
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r--emulators/bochs/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index e63d9005e7fa..6497c4e22c11 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 December 1997
# Whom: alex
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/12/18 03:47:32 alex Exp $
#
VGABIOS= VGABIOS-elpin-2.00A
@@ -28,13 +28,6 @@ RESTRICTED= "Commercial software"
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
-pre-patch:
- @${SED} -e 's!LOCAL_PREFIX!${PREFIX}!' patches/patch-aa > patches/patch-aa.new
- @${MV} patches/patch-aa.new patches/patch-aa
-
- @${SED} -e 's!LOCAL_PREFIX!${PREFIX}!' pkg/MESSAGE > pkg/MESSAGE.new
- @${MV} pkg/MESSAGE.new pkg/MESSAGE
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin
-@${MKDIR} ${PREFIX}/lib/bochs
@@ -50,4 +43,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/docs-html/*.html ${PREFIX}/share/doc/bochs
.endif
-.include <bsd.port.mk> \ No newline at end of file
+.include <bsd.port.mk>