diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-19 23:08:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-19 23:08:48 +0000 |
commit | 889ef2002a1617b662f8d7bd0c0a1df87666f205 (patch) | |
tree | 2fe09f3fa4aec154a4ecfcf1b72e55d57df65b64 /net/whoson/Makefile | |
parent | 1eb512efdb5f0690203709d9842e3a897ab96168 (diff) | |
download | pkgsrc-889ef2002a1617b662f8d7bd0c0a1df87666f205.tar.gz |
Use pkginstall framework. Bump PKGREVISION.
Diffstat (limited to 'net/whoson/Makefile')
-rw-r--r-- | net/whoson/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net/whoson/Makefile b/net/whoson/Makefile index 3f076f4666e..baaa57b4a5b 100644 --- a/net/whoson/Makefile +++ b/net/whoson/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/12/29 06:22:04 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/02/19 23:08:48 wiz Exp $ # DISTNAME= whoson-2.03 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whoson/} @@ -10,21 +10,16 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://whoson.sf.net/ COMMENT= Check if (dynamic) IP address is connected -EXDIR= ${PREFIX}/share/examples/whoson -CONF_FILES= ${EXDIR}/whoson.conf ${PKG_SYSCONFDIR}/whoson.conf - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes WHOSOND_CHROOT?= ${VARBASE}/chroot/whosond CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/whoson.conf" -FILES_SUBST+= CHROOTDIR=${WHOSOND_CHROOT:Q} -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - RCD_SCRIPTS= whosond +OWN_DIRS+= ${WHOSOND_CHROOT} +EXDIR= ${PREFIX}/share/examples/whoson +CONF_FILES= ${EXDIR}/whoson.conf ${PKG_SYSCONFDIR}/whoson.conf # Run this here as whoson's 'install' target will install if not present pre-build: |