diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-28 23:31:13 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-28 23:31:13 +0800 |
commit | 57d930a266be75ea8ccd2181bf71637ad946c8b4 (patch) | |
tree | 3def5a50f2922870f93a01cb6d95cdee92ce6683 /lang | |
parent | 865e0232c74b9cb84eb8a1a488d7620f983c5ef9 (diff) | |
download | freebsd-ports-gnome-57d930a266be75ea8ccd2181bf71637ad946c8b4.tar.gz freebsd-ports-gnome-57d930a266be75ea8ccd2181bf71637ad946c8b4.tar.zst freebsd-ports-gnome-57d930a266be75ea8ccd2181bf71637ad946c8b4.zip |
Update master_site
Submitted by: "Julian H. Stacey" <jhs@berklix.com> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pbasic/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 90c4332608ac..b2afafc90627 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -1,15 +1,11 @@ -# ports collection makefile for: pbasic -# Date created: 13th August 1995 -# Whom: Julian Stacey <jhs@freebsd.org> -# +# Created by: Julian Stacey <jhs@freebsd.org> # $FreeBSD$ -# PORTNAME= pbasic PORTVERSION= 2.0 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor +MASTER_SITES= ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \ + http://www.berklix.com/~jhs/ftp/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-950813 MAINTAINER= jhs@berklix.com |