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/dlx | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'emulators/dlx')
-rw-r--r-- | emulators/dlx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile index 2adfd93fe88d..2daec1d99c04 100644 --- a/emulators/dlx/Makefile +++ b/emulators/dlx/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: dlx -# Version required: 2.0 +# Version required: 2.0 # Date created: Mon Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # @@ -13,10 +13,10 @@ CATEGORIES= emulators MASTER_SITES= ftp://max.stanford.edu/pub/hennessy-patterson.software/ EXTRACT_SUFX= .tar.Z -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org .if ${MACHINE_ARCH} == alpha -BROKEN= won\'t build on alpha +BROKEN= will not build on alpha .endif MAN1= dlxcc.1 |