diff options
Diffstat (limited to 'security/distcache-devel/Makefile')
-rw-r--r-- | security/distcache-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile index f5db40fbe952..deb6d55a8985 100644 --- a/security/distcache-devel/Makefile +++ b/security/distcache-devel/Makefile @@ -9,9 +9,9 @@ PORTNAME= distcache PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= security www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF/${PORTNAME}/1.%20${PORTNAME}-devel/${PORTVERSION} \ http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ -MASTER_SITE_SUBDIR= ${PORTNAME} + PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${PORTVERSION} |