diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-27 10:19:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-27 10:19:54 +0000 |
commit | 9b0818d5b92b8e9b16eeb9ff16bc0df778d6d132 (patch) | |
tree | e8fc460aba0fb9de667536197f82ed507942e6eb /print/pup | |
parent | 9f318fda77c3c612fee0123e350fee69de469729 (diff) | |
download | ports-9b0818d5b92b8e9b16eeb9ff16bc0df778d6d132.tar.gz ports-9b0818d5b92b8e9b16eeb9ff16bc0df778d6d132.zip |
Use SF.net mirrors for MASTER_SITES
PR: ports/104775
Submitted by: Thomas Abthorpe
Approved by: maintainer time-out
Notes
Notes:
svn path=/head/; revision=180839
Diffstat (limited to 'print/pup')
-rw-r--r-- | print/pup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/pup/Makefile b/print/pup/Makefile index f6aed337e070..b0279a627563 100644 --- a/print/pup/Makefile +++ b/print/pup/Makefile @@ -9,7 +9,9 @@ PORTNAME= pup PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= http://download.sourceforge.net/pup/ +#MASTER_SITES= http://download.sourceforge.net/pup/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= klaus.goger@reflex.at |