diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-04 12:26:21 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-04 12:26:21 +0000 |
commit | 2f336dec9f63a014bfd3485aaf6ad526e25e01f9 (patch) | |
tree | 4f3fe9b2dc2d698790ba245da8cd63c134bb132b /www/mod_frontpage/Makefile | |
parent | openssl: (diff) |
Update to v. 1.6.2 from sourceforge.
Notes
Notes:
svn path=/head/; revision=58522
Diffstat (limited to 'www/mod_frontpage/Makefile')
-rw-r--r-- | www/mod_frontpage/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index b7e7a3b36826..f106acd0a6a3 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ PORTNAME= mod_frontpage -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= www -MASTER_SITES= http://people.freebsd.org/~mbr/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/mirfak/g} +DISTFILES= ${PORTNAME}_mirfak-${PORTVERSION}.tar.gz MAINTAINER= mbr@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME}_mirfak-${PORTVERSION} AP_PORT?= apache13 BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} |