diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 13:01:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 13:01:44 +0000 |
commit | a141b2c5bb54fa758056a659fb694b3f2adad580 (patch) | |
tree | 63d9d25633351f66a214334e76b8db7d050ec815 | |
parent | 37a863a737c2ba4c68a725bfc95cc22c3ba4be1c (diff) | |
download | freebsd-ports-a141b2c5bb54fa758056a659fb694b3f2adad580.zip |
- Fix MASTER_SITES
-rw-r--r-- | mail/smtpmail/Makefile | 2 | ||||
-rw-r--r-- | russian/ksocrat/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index d482a1951162..034264f607a1 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -9,7 +9,7 @@ PORTNAME= smtpmail PORTVERSION= 0.4.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ - http://voodoo.oberon.net/ + http://voodoo.oberon.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= krion@FreeBSD.org diff --git a/russian/ksocrat/Makefile b/russian/ksocrat/Makefile index 819418c2e526..499b96437f8c 100644 --- a/russian/ksocrat/Makefile +++ b/russian/ksocrat/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 3.2 PORTREVISION= 3 CATEGORIES= russian kde MASTER_SITES= http://ksocrat.linux.kiev.ua/download/ \ - http://voodoo.oberon.net/ + http://voodoo.oberon.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-enru-dic-1.0.1${EXTRACT_SUFX} \ @@ -18,7 +18,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= krion@FreeBSD.org COMMENT= KSocrat is the simple English/Russian Russian/English dictionary -USE_SIZE= yes USE_BZIP2= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes |