diff options
-rw-r--r-- | deskutils/notebook/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/systemg/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile index e1911969cff5..9203751d100f 100644 --- a/deskutils/notebook/Makefile +++ b/deskutils/notebook/Makefile @@ -8,8 +8,8 @@ PORTNAME= notebook PORTVERSION= 1.0.1 CATEGORIES= deskutils -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/notebook/source/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= Notebook_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org diff --git a/x11-fm/systemg/Makefile b/x11-fm/systemg/Makefile index bea6d83bbe28..9aa4139d7f85 100644 --- a/x11-fm/systemg/Makefile +++ b/x11-fm/systemg/Makefile @@ -8,8 +8,8 @@ PORTNAME= systemg PORTVERSION= 1.0.1 CATEGORIES= x11-fm -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/systemg/source/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= SystemG_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |