diff options
author | bms <bms@FreeBSD.org> | 2003-09-28 09:29:09 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-09-28 09:29:09 +0800 |
commit | 34c8ef5f44fe5572d06680e997b9f61e8dcecb04 (patch) | |
tree | f38dd6b8c11be484a3d1f1bf3ea6fc0ce6660c3c /net-mgmt/annextools | |
parent | 71f09d46abaae38d138f5b42355280847a502f2b (diff) | |
download | freebsd-ports-gnome-34c8ef5f44fe5572d06680e997b9f61e8dcecb04.tar.gz freebsd-ports-gnome-34c8ef5f44fe5572d06680e997b9f61e8dcecb04.tar.zst freebsd-ports-gnome-34c8ef5f44fe5572d06680e997b9f61e8dcecb04.zip |
Style; remove double quotes from around the COMMENT field.
Diffstat (limited to 'net-mgmt/annextools')
-rw-r--r-- | net-mgmt/annextools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/annextools/Makefile b/net-mgmt/annextools/Makefile index fa73c51aa02e..181750dcd569 100644 --- a/net-mgmt/annextools/Makefile +++ b/net-mgmt/annextools/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z DIST_SUBDIR= microannex_xl MAINTAINER= bms@FreeBSD.org -COMMENT= "BSD tools for the MicroAnnex-XL Terminal Server" +COMMENT= BSD tools for the MicroAnnex-XL Terminal Server WRKSRC= ${WRKDIR}/src |