diff options
author | pav <pav@FreeBSD.org> | 2005-11-25 22:36:27 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-25 22:36:27 +0000 |
commit | 70e3daab122c5274e375af28dd3794327b04d227 (patch) | |
tree | 35465bac4edf6a51d6992ad727901b03ee4f53bb /emulators/dlx | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | FreeBSD-ports-70e3daab122c5274e375af28dd3794327b04d227.zip FreeBSD-ports-70e3daab122c5274e375af28dd3794327b04d227.tar.gz |
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Diffstat (limited to 'emulators/dlx')
-rw-r--r-- | emulators/dlx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile index fd8eed0..f776167 100644 --- a/emulators/dlx/Makefile +++ b/emulators/dlx/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= "Assembler for Hennessy and Patterson's DLX architecture" +COMMENT= Assembler for Hennessy and Patterson's DLX architecture ONLY_FOR_ARCHS= i386 USE_GCC= 2.95 |