diff options
author | nectar <nectar@FreeBSD.org> | 2001-12-22 03:31:33 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-12-22 03:31:33 +0800 |
commit | 763d735cdb95e7890d7dcc75838783dba6e5236f (patch) | |
tree | 8d4fee492598d0bc17a5dc4c67b7ab7e892305fe | |
parent | 444cac962024a280b624ab0015c408cf1e17fba8 (diff) | |
download | freebsd-ports-gnome-763d735cdb95e7890d7dcc75838783dba6e5236f.tar.gz freebsd-ports-gnome-763d735cdb95e7890d7dcc75838783dba6e5236f.tar.zst freebsd-ports-gnome-763d735cdb95e7890d7dcc75838783dba6e5236f.zip |
Oops, forgot to quote the parens. Quoting makes the line > 80
characters, so take a slightly different approach.
-rw-r--r-- | www/apache13-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 2e438b783689..2e82625477db 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -86,7 +86,7 @@ CONFIGURE_ENV+= EXTRA_SSL_LIBS="-L${OPENSSLLIB} -L${LOCALBASE}/lib" MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 httpsdctl.8 apxs.8 httpsd.8 logresolve.8 rotatelogs.8 -BROKEN= contains unpatched vulnerabilities (CAN-2001-0729, 0730, 0731) +BROKEN= contains unpatched vulnerabilities: CAN-2001-0729, 0730, 0731 post-extract: @cd ${WRKSRC} && tar xzf ${DISTDIR}/apache_${APACHE_VERSION}+ssl_${APACHE_SSL_VERSION}${EXTRACT_SUFX} |