diff options
author | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-08-12 15:18:18 +0000 |
---|---|---|
committer | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-08-12 15:18:18 +0000 |
commit | 0ec0406c60d0803c6e816c30aeebd788eeb3f66f (patch) | |
tree | 4aa6bd8adcde67c0952636b60fadc28a84bd6835 /security/py-PF | |
parent | 085a03bebbab8ba25855cc394648fd3f4fb4b179 (diff) |
- Fix fetch error
Approved by: rafan (co-mentor)
Notes
Notes:
svn path=/head/; revision=239393
Diffstat (limited to 'security/py-PF')
-rw-r--r-- | security/py-PF/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-PF/Makefile b/security/py-PF/Makefile index 0b48f8bf97e0..07c593db768c 100644 --- a/security/py-PF/Makefile +++ b/security/py-PF/Makefile @@ -9,7 +9,7 @@ PORTNAME= PF PORTVERSION= 0.0.4 CATEGORIES= security python MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}${PORTNAME:L} +MASTER_SITE_SUBDIR= ../project/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}${PORTNAME}-${PORTVERSION} |