diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-11 18:13:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-11 18:13:19 +0000 |
commit | e6e62b12e4cfeb2e468d8e1270b3bb5ff25bb33d (patch) | |
tree | 40898d00ef39ae3db18aea2bdc04e27c9d0ed13f /misc/gwhich | |
parent | 29abc3e0b997088a16bd83de856b668f99029e7e (diff) | |
download | ports-e6e62b12e4cfeb2e468d8e1270b3bb5ff25bb33d.tar.gz ports-e6e62b12e4cfeb2e468d8e1270b3bb5ff25bb33d.zip |
Notes
Diffstat (limited to 'misc/gwhich')
-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 |