diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-12-01 01:14:37 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-12-01 01:14:37 +0000 |
commit | 51630f6660961c9a23b3f9f4b81372b5afb9b424 (patch) | |
tree | 6735b6a9ae086616ba2dea3f0a4d02e605571b3b /devel/distel | |
parent | 4610175660652143c538fbc37fe24c779e587d41 (diff) | |
download | ports-51630f6660961c9a23b3f9f4b81372b5afb9b424.tar.gz ports-51630f6660961c9a23b3f9f4b81372b5afb9b424.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)
Notes
Notes:
svn path=/head/; revision=150106
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} |