summaryrefslogtreecommitdiff
path: root/www/ap-layout
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-17 17:50:12 +0000
committergrant <grant@pkgsrc.org>2003-02-17 17:50:12 +0000
commit221e72295f6b5a5e1216c71b4ec552a1a1c6c943 (patch)
tree79ec779957d40d2bfee69c378780a4852204e427 /www/ap-layout
parent69a1c6fa6e9fcb92c023418a0a4b0e3a10e6e036 (diff)
downloadpkgsrc-221e72295f6b5a5e1216c71b4ec552a1a1c6c943.tar.gz
use buildlink2 to correctly register dependency on apache.
Diffstat (limited to 'www/ap-layout')
-rw-r--r--www/ap-layout/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile
index 2e771acf00e..346fcd81a45 100644
--- a/www/ap-layout/Makefile
+++ b/www/ap-layout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/02/17 17:35:22 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/02/17 17:50:12 grant Exp $
#
DISTNAME= mod_layout-3.2
@@ -11,11 +11,13 @@ MAINTAINER= grant@netbsd.org
HOMEPAGE= http://software.tangent.org/
COMMENT= Apache module to wrap static or dynamic content
-LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout
+USE_BUILDLINK2= YES
APACHE_MODULE_NAME= mod_layout.so
APACHE_MODULE_SRC= *.c
+LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout
+
post-install:
${INSTALL_DATA_DIR} ${LAYOUT_DIR}
${INSTALL_DATA} ${WRKSRC}/faq.html ${LAYOUT_DIR}