diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-12 17:07:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-12 17:07:06 +0800 |
commit | 683d446267f9774c5b381619d49a0bbd0b917aa8 (patch) | |
tree | 23e9baa3230d24b64c7bd62777fab03f71c6c08a /www/dansguardian-devel | |
parent | a49bb86ec6bb56f82580ba66bb3be672dff214ae (diff) | |
download | freebsd-ports-graphics-683d446267f9774c5b381619d49a0bbd0b917aa8.tar.gz freebsd-ports-graphics-683d446267f9774c5b381619d49a0bbd0b917aa8.tar.zst freebsd-ports-graphics-683d446267f9774c5b381619d49a0bbd0b917aa8.zip |
Mark as ignore for now since the non-devel version is newer.
PR: ports/72099
Submitted by: Freddie Cash <fcash at sd73 dot bc dot ca> (maintainer)
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r-- | www/dansguardian-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index ff658d660a5..8e63a0a8288 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -17,6 +17,8 @@ COMMENT= A fast, feature-rich web content filter for Squid proxy servers RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 +IGNORE= "currently at lower revision than www/dansguardian" + USE_RC_SUBR= yes RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} |