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 | |
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')
-rw-r--r-- | mail/dspam-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam/Makefile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 54163231217f..3c0301dc847b 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -28,16 +28,14 @@ MIN_OPTIONS_VER= ${PORTNAME}-3.6.8.20061010.1118_1 .ifdef(SNAP_DATE) MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ - http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ + http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ MASTER_SITE_SUBDIR= itetcu .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://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ + http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ DISTFILES= dspam-${PORTVER_MAJ}.tar.gz WRKSRC= ${WRKDIR}/dspam-${PORTVER_MAJ} .endif 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 |