diff options
author | asami <asami@FreeBSD.org> | 1998-12-27 06:16:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-27 06:16:58 +0800 |
commit | 08517df8b374f8ec8eab4da102f5a04b456cfc73 (patch) | |
tree | b391e979ca47198e37ff14ce3e259f01c10dc5ad /www | |
parent | e6bb52abfaae3baf161e1c42b9381c4c86136dd7 (diff) | |
download | freebsd-ports-gnome-08517df8b374f8ec8eab4da102f5a04b456cfc73.tar.gz freebsd-ports-gnome-08517df8b374f8ec8eab4da102f5a04b456cfc73.tar.zst freebsd-ports-gnome-08517df8b374f8ec8eab4da102f5a04b456cfc73.zip |
Use EXTRACT_SUFX instead of DISTFILES.
Diffstat (limited to 'www')
-rw-r--r-- | www/http-analyze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index 3377e2d283c8..bacaca9fe651 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -3,14 +3,14 @@ # Date created: Fri Jul 11 06:11:41 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1997/07/12 00:15:04 asami Exp $ +# $Id: Makefile,v 1.4 1998/04/10 18:47:46 andreas Exp $ # DISTNAME= http-analyze2.01 PKGNAME= http-analyze-2.01 CATEGORIES= www MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/ -DISTFILES= http-analyze2.01-src.tar.gz +EXTRACT_SUFX= -src.tar.gz MAINTAINER= andreas@FreeBSD.ORG |