diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:30:14 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:30:14 +0800 |
commit | a7367ae4a2d64938f4c8a0f07ea0e5ef772abebe (patch) | |
tree | 184a4e6d02b3e13394a9495a406abfa6ad1fb8e0 /mail/dspam | |
parent | e587ed231dccda2d6b81b77cd23758931d4f154f (diff) | |
download | freebsd-ports-gnome-a7367ae4a2d64938f4c8a0f07ea0e5ef772abebe.tar.gz freebsd-ports-gnome-a7367ae4a2d64938f4c8a0f07ea0e5ef772abebe.tar.zst freebsd-ports-gnome-a7367ae4a2d64938f4c8a0f07ea0e5ef772abebe.zip |
Adjust MASTER_SITES to an other server of mine
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index c2d6630f0fc2..adea8b07e036 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -25,15 +25,14 @@ PORTVER_MAJ= 3.6.8 MIN_OPTIONS_VER= ${PORTNAME}-3.6.8_1 .ifdef(SNAP_DATE) -MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ - http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ +MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ WRKSRC= ${WRKDIR}/dspam-${SNAP_DATE} .else MASTER_SITES= http://dspam.irontec.com/sources/ \ http://dspam.nuclearelephant.com/sources/ \ http://dspam.systemadministrator.org/sources/ \ http://dspam.sourceforge.net/sources/ \ - http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ + http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ .endif ## debug / log / admin options |