diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 10:30:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 10:30:38 +0000 |
commit | 379f4dfdd9554c5ed8d833238aaae2f9f79a23e0 (patch) | |
tree | fe6cae93ac5eeade9645ab1c3fdf723d24ea5b82 /www/squid23 | |
parent | 69607e67acf33e10d9afe69cbddc7a23cbbfea83 (diff) | |
download | FreeBSD-ports-379f4dfdd9554c5ed8d833238aaae2f9f79a23e0.zip FreeBSD-ports-379f4dfdd9554c5ed8d833238aaae2f9f79a23e0.tar.gz |
Put DIST_SUBDIR in right place.
Diffstat (limited to 'www/squid23')
-rw-r--r-- | www/squid23/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 6084eea..720c9b1 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.17 1997/01/07 18:49:06 peter Exp $ +# $Id: Makefile,v 1.18 1997/01/19 03:24:12 peter Exp $ # DISTNAME= squid-1.1.4 @@ -18,10 +18,9 @@ EXTRACT_SUFX= -src.tar.gz PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.4/ PATCHFILES+= ftpget.c.patch icp.c.patch ipcache.c.patch neighbors.c.patch -DIST_SUBDIR= squid - MAINTAINER= peter@freebsd.org +DIST_SUBDIR= squid GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |