Skip to content

Commit

Permalink
add MASTER_SITES. Pointed out by naddy@
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lo committed Feb 5, 2002
1 parent a249ebb commit 0f9f29c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail/openwebmail/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/05 04:53:17 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2002/02/05 14:16:41 kevlo Exp $

COMMENT= "highly configurable webmail client"

Expand All @@ -16,7 +16,8 @@ PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/ \
ftp://openwebmail.org/pub/
ftp://openwebmail.org/pub/ \
http://turtle.ee.ncku.edu.tw/openwebmail/download/old/
EXTRACT_SUFX= .tgz
EXTRACT_CASES= *.tgz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | ${TAR} xpf -;;

Expand Down

0 comments on commit 0f9f29c

Please sign in to comment.