diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-03-25 09:30:14 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-03-25 09:30:14 +0000 |
commit | a9b11972a716791918db193b413db537f59b7e9e (patch) | |
tree | 56af915e2b7e0983975479ec974118239ef5c0ac /mail/dspam-devel/Makefile | |
parent | e56107f0837b6cc139928fc3a98f97ebc193d710 (diff) | |
download | ports-a9b11972a716791918db193b413db537f59b7e9e.tar.gz ports-a9b11972a716791918db193b413db537f59b7e9e.zip |
Notes
Diffstat (limited to 'mail/dspam-devel/Makefile')
-rw-r--r-- | mail/dspam-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |