diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-05-30 19:14:44 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-05-30 19:14:44 +0000 |
commit | 9fb0a124dd816640d45ad19bc607e7e0944ebf7e (patch) | |
tree | 91611410973d8655ded002e7dae2abd86acef5f2 /www/mod_line_edit | |
parent | f13ece83fe751374573d0a5573244fe78cd22a41 (diff) |
Notes
Diffstat (limited to 'www/mod_line_edit')
-rw-r--r-- | www/mod_line_edit/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/www/mod_line_edit/Makefile b/www/mod_line_edit/Makefile index 353e6975ffbf..baa5411ebd9b 100644 --- a/www/mod_line_edit/Makefile +++ b/www/mod_line_edit/Makefile @@ -1,10 +1,5 @@ -# New ports collection Makefile for: mod_line_edit -# -# Date created: 10/01/2007 -# Whom: Dominic Marks <dom@goodforbusiness.co.uk> -# +# Created by: Dominic Marks <dom@goodforbusiness.co.uk> # $FreeBSD$ -# PORTNAME= mod_line_edit PORTVERSION= 1.0.0 @@ -13,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://apache.webthing.com/mod_line_edit/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}.c -EXTRACT_SUFX= +EXTRACT_SUFX= MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for simple text rewriting @@ -27,13 +22,10 @@ USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes -pre-fetch: - @${MKDIR} ${WRKDIR}/ +pre-extract: + @${MKDIR} ${WRKDIR} do-extract: - @${DO_NADA} - -post-fetch: @${CP} ${DISTDIR}/${PORTNAME}.c ${WRKDIR}/ .include <bsd.port.mk> |