diff options
author | ache <ache@FreeBSD.org> | 2000-05-06 09:53:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-06 09:53:36 +0800 |
commit | d680e699938906700f3d11bea99fcec5d6a1711b (patch) | |
tree | 5edde0ad2806a652166fffee85b727b7fb7ed4d7 /textproc/glimpse/Makefile | |
parent | 64d525818e961217f5b8bc15bc30101c80d298b7 (diff) | |
download | freebsd-ports-gnome-d680e699938906700f3d11bea99fcec5d6a1711b.tar.gz freebsd-ports-gnome-d680e699938906700f3d11bea99fcec5d6a1711b.tar.zst freebsd-ports-gnome-d680e699938906700f3d11bea99fcec5d6a1711b.zip |
MASTER_SITE gone, switch to new one
Update to 4.12.6
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 7fb18f773b69..4b0a1a7fd4af 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: glimpse +# http://webglimpse.org/ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # @@ -6,22 +7,19 @@ # PORTNAME= glimpse -PORTVERSION= 4.1 +PORTVERSION= 4.12.6 CATEGORIES= textproc databases -MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ -DISTNAME= ${PKGNAME}.src -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.polito.it/pub/tools/unix/harvest/ MAINTAINER= chuckr@freebsd.org -WRKSRC= ${WRKDIR}/glimpse-4.1 -USE_GMAKE= yes NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1" MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 pre-configure: + ${RM} ${WRKSRC}/config.cache ${CHMOD} ugo+x ${WRKSRC}/configure post-install: |