diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-06 01:16:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-06 01:16:59 +0800 |
commit | 29d0e72eb40d2a6c8dd2aed0c4c7996e886117e8 (patch) | |
tree | 78a2cffa3fbfa78b9e4ac4a885c9344852c86668 /mail | |
parent | f61574509af8625a272d653d377e08aa994242a9 (diff) | |
download | freebsd-ports-gnome-29d0e72eb40d2a6c8dd2aed0c4c7996e886117e8.tar.gz freebsd-ports-gnome-29d0e72eb40d2a6c8dd2aed0c4c7996e886117e8.tar.zst freebsd-ports-gnome-29d0e72eb40d2a6c8dd2aed0c4c7996e886117e8.zip |
Per distfile survey, remove mastersite which disappeared in 1999.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile index 7fa17358b237..b2a234c963a9 100644 --- a/mail/mailx/Makefile +++ b/mail/mailx/Makefile @@ -8,12 +8,10 @@ PORTNAME= mailx PORTVERSION= 0.5 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/mailx/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTFILES= mail-2.2.8.tar.gz mailx-memo-2.2.8R -PATCH_SITES= ${MASTER_SITE_PORTS_JP} \ - ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/mailx/ +PATCH_SITES= ${MASTER_SITE_PORTS_JP} PATCHFILES= mailx.v05.patch.gz PATCH_DIST_STRIP= -p1 |