diff options
Diffstat (limited to 'math/msieve/Makefile')
-rw-r--r-- | math/msieve/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/msieve/Makefile b/math/msieve/Makefile index ad5ee4956d72..29aebb835116 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -5,9 +5,7 @@ PORTNAME= msieve PORTVERSION= 1.51 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= SF -MASTER_SITE_SUBDIR= \ - ${PORTNAME}/${PORTNAME}/${PORTNAME:C/^m/M/}%20v${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME:C/^m/M/}%20v${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= bf@FreeBSD.org |