diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 18:30:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 18:30:38 +0800 |
commit | 379f4dfdd9554c5ed8d833238aaae2f9f79a23e0 (patch) | |
tree | fe6cae93ac5eeade9645ab1c3fdf723d24ea5b82 /www/squid30 | |
parent | 69607e67acf33e10d9afe69cbddc7a23cbbfea83 (diff) | |
download | freebsd-ports-gnome-379f4dfdd9554c5ed8d833238aaae2f9f79a23e0.tar.gz freebsd-ports-gnome-379f4dfdd9554c5ed8d833238aaae2f9f79a23e0.tar.zst freebsd-ports-gnome-379f4dfdd9554c5ed8d833238aaae2f9f79a23e0.zip |
Put DIST_SUBDIR in right place.
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 6084eea5b6ee..720c9b1d3db0 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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 \ |