diff options
Diffstat (limited to 'devel/distel')
-rw-r--r-- | devel/distel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/distel/Makefile b/devel/distel/Makefile index b47b198911a6..f3def90aa4f4 100644 --- a/devel/distel/Makefile +++ b/devel/distel/Makefile @@ -9,10 +9,10 @@ PORTNAME= distel PORTVERSION= 3.3 PORTREVISION= 4 CATEGORIES= devel elisp -MASTER_SITES= http://www.bluetail.com/%7Eluke/distel/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= distel -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTEL_MANUALS} +MASTER_SITES= http://www.bluetail.com/%7Eluke/distel/:doc \ + ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} +MASTER_SITE_SUBDIR= distel/:sf +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${DISTEL_MANUALS:S/$/:doc/} DIST_SUBDIR= erlang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |