diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-20 06:33:22 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-20 06:33:22 +0000 |
commit | f8eef2781a35f538864f168d4f3a79394ff42905 (patch) | |
tree | f16f4616efd12d80b636bb1cf3b7b8d00e53b16d /graphics/php4-ffmpeg | |
parent | 15e3e326f48b83c188937e888428ed4d4692c8b6 (diff) | |
download | ports-f8eef2781a35f538864f168d4f3a79394ff42905.tar.gz ports-f8eef2781a35f538864f168d4f3a79394ff42905.zip |
- Fix fetch problem on php5-ffmpeg
Reported by: kris
Notes
Notes:
svn path=/head/; revision=177645
Diffstat (limited to 'graphics/php4-ffmpeg')
-rw-r--r-- | graphics/php4-ffmpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php4-ffmpeg/Makefile b/graphics/php4-ffmpeg/Makefile index 2e3351f73119..1bd5fe00ea40 100644 --- a/graphics/php4-ffmpeg/Makefile +++ b/graphics/php4-ffmpeg/Makefile @@ -9,7 +9,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME}-${PKGNAMEPREFIX:S/4-//} +MASTER_SITE_SUBDIR=${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//} PKGNAMEPREFIX?= php4- DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//}-${PORTVERSION} EXTRACT_SUFX= .tbz2 |