diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /emulators/bochs | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 5d8044e13098..2ff455836b15 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,21 +1,21 @@ # ex:ts=8 -# New ports collection makefile for: bochs -# Version required: 990219a -# Date created: 16 December 1997 -# Whom: alex +# Ports collection makefile for: bochs +# Version required: 990219a +# Date created: 16 December 1997 +# Whom: alex # # $FreeBSD$ # DISTNAME= bochs-${DATE}a -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.bochs.com/pub/ +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.bochs.com/pub/ MAINTAINER= obrien@FreeBSD.org VGABIOS= VGABIOS-elpin-2.20 BIOS= BIOS-bochs-990925a -DATE= 991114 +DATE= 991114 USE_XLIB= yes GNU_CONFIGURE= YES @@ -33,8 +33,8 @@ NO_CDROM= ${RESTRICTED} pre-configure: @${PERL} -pi.fbsd \ - -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \ - -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \ + -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \ + -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \ ${WRKSRC}/.bochsrc do-install: |