diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 21:00:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 21:00:56 +0800 |
commit | 707abbdf3b1bf16c868dc2028509181f8a5e4b27 (patch) | |
tree | 5903ee48a05b9cae235ec02e0e0abd2d7bd824ed /security | |
parent | 4ae5fc7389a27e60ac5d4cfb867ca529c53ac466 (diff) | |
download | freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.tar.gz freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.tar.zst freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.zip |
- Remove unneeded quotes in COMMENTS
PR: 121329
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by: portmgr (erwin via irc)
Diffstat (limited to 'security')
-rw-r--r-- | security/mindterm-binary/Makefile | 4 | ||||
-rw-r--r-- | security/steghide/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/mindterm-binary/Makefile b/security/mindterm-binary/Makefile index d1a989cc2dae..a53619e3861e 100644 --- a/security/mindterm-binary/Makefile +++ b/security/mindterm-binary/Makefile @@ -14,12 +14,12 @@ DISTFILES= mindterm-ssh.html ${EXTRACT_ONLY} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= "A full vt220 compatible Java SSH-1 client (not only for websites)" +COMMENT= A full vt220 compatible Java SSH-1 client (not only for websites) USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes -NO_CDROM= "Do not sell for profit" +NO_CDROM= Do not sell for profit post-extract: @${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC} diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 280b8c890f8a..91cb5a618a64 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= steghide DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= arved@FreeBSD.org -COMMENT= "Steganography tool to hide data in binary files" +COMMENT= Steganography tool to hide data in binary files LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash |