diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:07:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:07:06 +0000 |
commit | 3141087329ede98b7d7bc74ff4e16f5405d7871e (patch) | |
tree | c3e7377b436a12c71882eb791abd5d4601d863bc /misc/instant-server | |
parent | 23f0a346aa97c43b690bf1cdd4e2ba5a15640229 (diff) | |
download | ports-3141087329ede98b7d7bc74ff4e16f5405d7871e.tar.gz ports-3141087329ede98b7d7bc74ff4e16f5405d7871e.zip |
Notes
Diffstat (limited to 'misc/instant-server')
-rw-r--r-- | misc/instant-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index d6f6ad4c9fac..56990f83752c 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= instant-server PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ MASTER_SITE_SUBDIR= pub/instant-server @@ -21,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} \ - ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 + ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid # Don't let stupid programs ask for configuration. |