diff options
Diffstat (limited to 'www/apachetop/Makefile')
-rw-r--r-- | www/apachetop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apachetop/Makefile b/www/apachetop/Makefile index 8fe7a97af22..d8a12333d35 100644 --- a/www/apachetop/Makefile +++ b/www/apachetop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:19 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= apachetop-0.12.5 @@ -10,6 +10,8 @@ MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://spork.qfe3.net/apachetop/ COMMENT= Real time apache log display +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log USE_LANGUAGES= c c++ |