diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 14:54:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 14:54:45 +0000 |
commit | b0148cec2da6c562036c7b798052b09c2d0b6fd6 (patch) | |
tree | a5415f1a2bbf6a160ea576f7c60fa31cf639a2b1 /misc | |
parent | 3964fa47ba4580d6d2168040f26f7237ccc7b467 (diff) | |
download | ports-b0148cec2da6c562036c7b798052b09c2d0b6fd6.tar.gz ports-b0148cec2da6c562036c7b798052b09c2d0b6fd6.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/biosfont-demos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index e8f75b0ea9a1..84e0916ec2da 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -5,7 +5,9 @@ PORTNAME= biosfont-demos PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/ +MASTER_SITE_SUBDIR=rene MAINTAINER= rene@FreeBSD.org COMMENT= Demos for the biosfont kernel module |