diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bpl+/Makefile | 3 | ||||
-rw-r--r-- | comms/plp/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index 61461eee33ef..2f17a5030cec 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -8,7 +8,8 @@ PORTNAME= bpl+ PORTVERSION= 1.0 CATEGORIES= comms -MASTER_SITES= http://people.FreeBSD.org/~max/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= max DISTNAME= ${PORTNAME} MAINTAINER= max@FreeBSD.org diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 47b8a8f4e109..becc95b09842 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -9,7 +9,8 @@ PORTNAME= plp PORTVERSION= 1.8 CATEGORIES= comms MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \ - http://people.FreeBSD.org/~kris/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kris DISTNAME= ${PORTNAME}_1_8 MAINTAINER= maurice@serc.rmit.edu.au |