diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-05-31 03:14:44 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-05-31 03:14:44 +0800 |
commit | ce8e0693f264fa76e32761cbe59f5fe31e6a9c40 (patch) | |
tree | 91611410973d8655ded002e7dae2abd86acef5f2 /www/mod_xmlns | |
parent | 7384d466dde0a791faae004c4347138e1b80e8f3 (diff) | |
download | freebsd-ports-gnome-ce8e0693f264fa76e32761cbe59f5fe31e6a9c40.tar.gz freebsd-ports-gnome-ce8e0693f264fa76e32761cbe59f5fe31e6a9c40.tar.zst freebsd-ports-gnome-ce8e0693f264fa76e32761cbe59f5fe31e6a9c40.zip |
- disable WRKDIR creation during fetch
- trim Makefile header
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: |