diff options
author | fenner <fenner@FreeBSD.org> | 2005-12-01 09:14:37 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-12-01 09:14:37 +0800 |
commit | 10425ae6ae8022c6e709dca97102526bf6f6829c (patch) | |
tree | ac343225127f2d1c21abb4cb16c9823a8e01d9a3 /devel/distel | |
parent | 445b747d64f7fdea600107167b1587be0495399f (diff) | |
download | freebsd-ports-gnome-10425ae6ae8022c6e709dca97102526bf6f6829c.tar.gz freebsd-ports-gnome-10425ae6ae8022c6e709dca97102526bf6f6829c.tar.zst freebsd-ports-gnome-10425ae6ae8022c6e709dca97102526bf6f6829c.zip |
Use distfile groups to download the source from the source site and
the documentation from the documentation site and not try vice versa.
Approved by: Jimmy Olgeni (MAINTAINER)
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} |