diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
commit | 70e3daab122c5274e375af28dd3794327b04d227 (patch) | |
tree | 35465bac4edf6a51d6992ad727901b03ee4f53bb /emulators/dlx | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.gz freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.zst freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.zip |
- 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 fd8eed07bf42..f7761679b9ef 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 |