mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Correct MASTER_SITES.
This commit is contained in:
parent
83c87ae374
commit
f9d78b0eba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61031
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
PORTNAME= wsmake
|
PORTNAME= wsmake
|
||||||
PORTVERSION= 0.6.4
|
PORTVERSION= 0.6.4
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.wsmake.org/dwnlds/stable/
|
MASTER_SITES= ${WSMAKE_MASTER_SITE}/dwnlds/stable/ \
|
||||||
|
${WSMAKE_MASTER_SITE}/docs/
|
||||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} examples.tar.gz
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} examples.tar.gz
|
||||||
.ifndef NOPORTDOCS
|
.ifndef NOPORTDOCS
|
||||||
DISTFILES+= user-manual-html.tar.gz
|
DISTFILES+= user-manual-html.tar.gz
|
||||||
|
@ -21,6 +22,7 @@ MAINTAINER= jkoshy@freebsd.org
|
||||||
USE_BZIP2= YES
|
USE_BZIP2= YES
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
|
||||||
|
WSMAKE_MASTER_SITE= http://www.wsmake.org
|
||||||
WSMAKE_DOCDIR= ${PREFIX}/share/doc/wsmake
|
WSMAKE_DOCDIR= ${PREFIX}/share/doc/wsmake
|
||||||
WSMAKE_EXDIR= ${PREFIX}/share/examples/wsmake
|
WSMAKE_EXDIR= ${PREFIX}/share/examples/wsmake
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue