diff options
Diffstat (limited to 'devel/ppl/Makefile')
-rw-r--r-- | devel/ppl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index e04608981dbf..c737a99d8024 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -5,9 +5,8 @@ PORTNAME= ppl PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \ - http://bugseng.com/products/ppl/download/ftp/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \ + http://bugseng.com/products/ppl/download/ftp/releases/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for the manipulation of convex polyhedra |