diff options
author | krion <krion@FreeBSD.org> | 2005-10-12 02:13:19 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-10-12 02:13:19 +0800 |
commit | 79bb577e755384ce2f8f0f8a6ad7904ffc7e1315 (patch) | |
tree | 26cbc6545a0e4593eda234c4bf4222c25913c4e3 /misc | |
parent | f04d837e607de764e710c7b66c62b37d951a501f (diff) | |
download | freebsd-ports-gnome-79bb577e755384ce2f8f0f8a6ad7904ffc7e1315.tar.gz freebsd-ports-gnome-79bb577e755384ce2f8f0f8a6ad7904ffc7e1315.tar.zst freebsd-ports-gnome-79bb577e755384ce2f8f0f8a6ad7904ffc7e1315.zip |
Fix MASTER_SITES.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gwhich/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/gwhich/Makefile b/misc/gwhich/Makefile index a7e590365604..6394a470a058 100644 --- a/misc/gwhich/Makefile +++ b/misc/gwhich/Makefile @@ -8,18 +8,15 @@ PORTNAME= gwhich PORTVERSION= 2.14 CATEGORIES= misc -MASTER_SITES= http://www.xs4all.nl/~carlo17/which/ +MASTER_SITES= ftp://ftp.cse.cuhk.edu.hk/pub/gnu/gnu/which/ \ + http://voodoo.bawue.com/download/ DISTNAME= which-${PORTVERSION} MAINTAINER= jeremy@external.org COMMENT= GNU Which - Everything you never wanted in a which -BROKEN= "distfile no longer available, current is 2.16 from same site" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ARGS= --program-prefix=g MAN1= gwhich.1 |