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_xmlns | |
parent | f13ece83fe751374573d0a5573244fe78cd22a41 (diff) | |
download | ports-9fb0a124dd816640d45ad19bc607e7e0944ebf7e.tar.gz ports-9fb0a124dd816640d45ad19bc607e7e0944ebf7e.zip |
Notes
Diffstat (limited to 'www/mod_xmlns')
-rw-r--r-- | www/mod_xmlns/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/www/mod_xmlns/Makefile b/www/mod_xmlns/Makefile index 06ef5feb1dbf..d022e50ad103 100644 --- a/www/mod_xmlns/Makefile +++ b/www/mod_xmlns/Makefile @@ -1,10 +1,5 @@ -# New ports collection Makefile for: mod_xmlns -# -# Date created: 10/01/2007 -# Whom: Dominic Marks <dom@goodforbusiness.co.uk> -# +# Created by: Dominic Marks <dom@goodforbusiness.co.uk> # $FreeBSD$ -# PORTNAME= mod_xmlns PORTVERSION= 0.97 @@ -25,13 +20,10 @@ USE_APACHE= 22+ XML2_INC= ${LOCALBASE}/include/libxml2 XML2_LIB= ${LOCALBASE}/lib -do-extract: - @${DO_NADA} - -pre-fetch: +pre-extract: @${MKDIR} ${WRKDIR} -post-fetch: +do-extract: @${CP} ${DISTDIR}/xmlns.h ${DISTDIR}/mod_xmlns.c ${WRKDIR} do-build: |