diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-01 08:19:13 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-01 08:19:13 +0800 |
commit | 3f82fb6eed51532b767f41647f52220ffb069871 (patch) | |
tree | a956f20e0aace29112875c3afde12b8b3c278d68 /devel/libgtop | |
parent | ef5046cab8515de05b1baeaca4da1c1493976228 (diff) | |
download | freebsd-ports-gnome-3f82fb6eed51532b767f41647f52220ffb069871.tar.gz freebsd-ports-gnome-3f82fb6eed51532b767f41647f52220ffb069871.tar.zst freebsd-ports-gnome-3f82fb6eed51532b767f41647f52220ffb069871.zip |
I forgot to correct the real path on MASTER_SITE, thanks osa.
Submitted by: osa@ozz.etrust.ru
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index c6f36d93ca41..ee1a1d6c1951 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,12 +3,12 @@ # Date Created: 26 Sep 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/09/30 13:49:16 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/09/30 14:45:46 vanilla Exp $ # DISTNAME= libgtop-0.26.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/ +MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/0.26.2/ MAINTAINER= ports@FreeBSD.ORG |