diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 06:41:32 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 06:41:32 +0800 |
commit | d41a2604eb526aaec691ac18c5b646da4bc2d55c (patch) | |
tree | 1ce41b723273df3957976d48d83190e08a8ccee4 /security | |
parent | 954acba5bc301b1191cd572462924b6318b3a9e0 (diff) | |
download | freebsd-ports-gnome-d41a2604eb526aaec691ac18c5b646da4bc2d55c.tar.gz freebsd-ports-gnome-d41a2604eb526aaec691ac18c5b646da4bc2d55c.tar.zst freebsd-ports-gnome-d41a2604eb526aaec691ac18c5b646da4bc2d55c.zip |
- Fix fetch
Reported by: pavbot
Diffstat (limited to 'security')
-rw-r--r-- | security/execwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/execwrap/Makefile b/security/execwrap/Makefile index 7cece66d3ddc..7f06e3555c63 100644 --- a/security/execwrap/Makefile +++ b/security/execwrap/Makefile @@ -8,7 +8,7 @@ PORTNAME= execwrap PORTVERSION= 0.5 CATEGORIES= security -MASTER_SITES= http://cyanite.org/execwrap/ CENKES +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ExecWrap-${DISTVERSION} EXTRACT_SUFX= .tgz |