diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-06-02 22:14:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-06-02 22:14:37 +0000 |
commit | 13c4cae8318703d5b093adf042bf69d79f2177aa (patch) | |
tree | 4b4500d0f3f04574e4800650ccaae9d7181c7a0a /www/dansguardian-devel/Makefile | |
parent | e3b21bb8b86ca3a28775762df9f8735df79b02e5 (diff) |
Notes
Diffstat (limited to 'www/dansguardian-devel/Makefile')
-rw-r--r-- | www/dansguardian-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index e1f5cfbfded4..1e38792aff78 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -6,17 +6,18 @@ # PORTNAME= dansguardian -PORTVERSION= 2.4.2.1 +PORTVERSION= 2.4.3.2 CATEGORIES= www MASTER_SITES= # empty, see below -DISTNAME= DansGuardian-2.4.2-1.source +DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source MAINTAINER= fcash@bigfoot.com RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24:install \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13:install -WRKSRC= ${WRKDIR}/DansGuardian-2.4.2 +WRKSRC= ${WRKDIR}/DansGuardian-${PORTVERSION:R} + GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --bindir=/sbin/ \ |