aboutsummaryrefslogtreecommitdiff
path: root/www/mod_layout22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_layout22/Makefile')
-rw-r--r--www/mod_layout22/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile
deleted file mode 100644
index 2345a81dda03..000000000000
--- a/www/mod_layout22/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: mod_layout Apache 2 module
-# Date created: Nov 15 2002
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_layout
-PORTVERSION= 4.0.2a
-CATEGORIES= www
-MASTER_SITES= http://software.tangent.org/download/
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache2 module to wrap served pages with a header and/or footer
-
-USE_APACHE= yes
-WITH_APACHE2= yes
-LATEST_LINK= mod_layout2
-
-MAKE_ARGS+= builddir=${WRKSRC}
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.endif
-
-.include <bsd.port.mk>