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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/ecg2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/hpoj/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index 77ac347d19a2..429a04e5e7d7 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.cardiothink.com/downloads/ecg2png/ MAINTAINER= ports@FreeBSD.org -COMMENT= "Converts scanned 12-lead electrocardiograms into PNGs" +COMMENT= Converts scanned 12-lead electrocardiograms into PNGs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index b9485048e6fa..78a30ff5cce5 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= hpoj EXTRACT_SUFX= .tgz MAINTAINER= vs@FreeBSD.org -COMMENT= "HP OfficeJet Linux driver; printing, scanning, and photo-card access" +COMMENT= HP OfficeJet Linux driver; printing, scanning, and photo-card access NOT_FOR_ARCHS= sparc64 ia64 |