diff options
Diffstat (limited to 'security/py-twofish/Makefile')
-rw-r--r-- | security/py-twofish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index aa168c1c206f..d4c909dada42 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -10,8 +10,7 @@ PORTNAME= twofish PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= security python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= twofish-py +MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= twofishmodule-${PORTVERSION} |