diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-17 20:03:59 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-17 20:03:59 +0800 |
commit | 852bac90f902ea775c5de30408ca06b24c6a7825 (patch) | |
tree | 90c009ea4e1fcd2f9d606ea126afd3ad51e8715f | |
parent | ff4eadbf789d5d05c754f9a9ab60a70ef7aa892e (diff) | |
download | freebsd-ports-gnome-852bac90f902ea775c5de30408ca06b24c6a7825.tar.gz freebsd-ports-gnome-852bac90f902ea775c5de30408ca06b24c6a7825.tar.zst freebsd-ports-gnome-852bac90f902ea775c5de30408ca06b24c6a7825.zip |
Escape "#" in URL.
noticed by: Kliment Ognianov
-rw-r--r-- | www/netscape7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index af4897c571ca..2ffc0a0b56a6 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -19,7 +19,7 @@ PATCHFILES= ${PKGNAMEPREFIX}linux-${MAJ}-${VER}-generated-files.tar.gz MAINTAINER?= trevor@FreeBSD.org -FORBIDDEN= "security bug--see <URL:http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html#psm> and <URL:http://www.xwt.org/sop.txt>" +FORBIDDEN= "security bug--see <URL:http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html\#psm> and <URL:http://www.xwt.org/sop.txt>" BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk |