diff options
author | se <se@FreeBSD.org> | 2007-09-05 02:47:44 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2007-09-05 02:47:44 +0800 |
commit | bcbf20c08c7969265f7fb9323ff7c8194668a7a6 (patch) | |
tree | 98f38916e7b021c273f62a101428ec4f6a4d614e | |
parent | f48eff077845c20510e91f663f0468b3acec668b (diff) | |
download | freebsd-ports-gnome-bcbf20c08c7969265f7fb9323ff7c8194668a7a6.tar.gz freebsd-ports-gnome-bcbf20c08c7969265f7fb9323ff7c8194668a7a6.tar.zst freebsd-ports-gnome-bcbf20c08c7969265f7fb9323ff7c8194668a7a6.zip |
Remove spurious backslash.
-rw-r--r-- | security/w3af/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile index a8da754686ec..b218e3dd60cd 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -8,7 +8,7 @@ PORTNAME= w3af PORTVERSION= 0.1.20070610 CATEGORIES= security python www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=w3af DISTNAME= ${PORTNAME}-10Jun2007 |