diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-21 14:34:58 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-21 14:34:58 +0000 |
commit | cbd8210a93430610a02cea929654ca5bf4e58d20 (patch) | |
tree | 2f70f2bdeda72cf9351a9c9b9b174943e524809c /emulators/bochs/Makefile | |
parent | aa598410b57a4da37c10505ae747bf317b9d5ef9 (diff) |
Notes
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 11 |
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> |