diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-06-28 15:35:58 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-06-28 15:35:58 +0000 |
commit | b83c006f7c037fc2fb8f82a614bbe6744ad084d6 (patch) | |
tree | a17825451e2860ead140fa1f5080e46f76976cd5 /lang/pm3-base | |
parent | deb90e6a1622f2bb8ad475075cd86c49cc8f8b2b (diff) | |
download | ports-b83c006f7c037fc2fb8f82a614bbe6744ad084d6.tar.gz ports-b83c006f7c037fc2fb8f82a614bbe6744ad084d6.zip |
Notes
Diffstat (limited to 'lang/pm3-base')
-rw-r--r-- | lang/pm3-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile index c4ea1c168da3..e8ffd46a3ee8 100644 --- a/lang/pm3-base/Makefile +++ b/lang/pm3-base/Makefile @@ -8,7 +8,8 @@ PORTNAME= pm3-base PORTVERSION= 1.1.13 CATEGORIES= lang -MASTER_SITES= http://people.FreeBSD.org/~jdp/distfiles/pm3/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=jdp/pm3 DISTFILES= ${BOOTSTRAP} \ pm3-${PORTVERSION}-src.tar.bz2 |