diff options
author | vs <vs@FreeBSD.org> | 2005-10-11 23:26:43 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-11 23:26:43 +0800 |
commit | 8ecb3e6eeaa09085c3403ef5a896ba55785d99e4 (patch) | |
tree | c2cb4b554243734c8bb5ef1020f4f0aa5f595680 /security | |
parent | b0e1366d53b1dec7274fa438111692e3f93dc611 (diff) | |
download | freebsd-ports-gnome-8ecb3e6eeaa09085c3403ef5a896ba55785d99e4.tar.gz freebsd-ports-gnome-8ecb3e6eeaa09085c3403ef5a896ba55785d99e4.tar.zst freebsd-ports-gnome-8ecb3e6eeaa09085c3403ef5a896ba55785d99e4.zip |
Fix MASTER_SITE I botched in the previous commit
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/pgpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index c5eaa729f3c3..137f9262779f 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -8,7 +8,7 @@ PORTNAME= pgpdump PORTVERSION= 0.24 CATEGORIES= security -MASTER_SITES= ftp://pgp.iijlab.net/pgpdump/ +MASTER_SITES= http://pgp.iijlab.net/pgpdump/ MAINTAINER= kaoru@kaisei.org COMMENT= PGP packet visualizer |