diff options
author | roam <roam@FreeBSD.org> | 2004-11-02 01:09:55 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-11-02 01:09:55 +0800 |
commit | 17cfcec1862c6dcb52a39db91d0ebb19c4d935f2 (patch) | |
tree | cf1d2225141d5ff132b126662c5c7643d99ef191 /security | |
parent | 64ffcc8ffe25ab92c9f0ca4de1fedbf239c59f85 (diff) | |
download | freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.tar.gz freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.tar.zst freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.zip |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'security')
-rw-r--r-- | security/aescrypt/Makefile | 2 | ||||
-rw-r--r-- | security/mhash/Makefile | 2 | ||||
-rw-r--r-- | security/zombiezapper/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index 7ed269576341..1133e75bd5e6 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://aescrypt.sourceforge.net/ MASTER_SITE_SUBDIR=aescrypt MAINTAINER= roam@FreeBSD.org -COMMENT= "A command-line AES encryption/decryption suite" +COMMENT= A command-line AES encryption/decryption suite GNU_CONFIGURE= yes diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 93b5c20ea12a..610004537ede 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roam@FreeBSD.org -COMMENT= "Library provides an easy way to access strong hashes such as MD5 and SHA1" +COMMENT= Library provides an easy way to access strong hashes such as MD5 and SHA1 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index 5ff5b2ddea3d..571ff771e9b1 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -13,7 +13,7 @@ DISTNAME= zombie-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org -COMMENT= "Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents" +COMMENT= Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents BUILD_DEPENDS= ${LOCALBASE}/bin/libnet-config:${PORTSDIR}/net/libnet/ |