diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-06 07:05:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-06 07:05:24 +0000 |
commit | 457d023fac0ccc710a6fa220b62427301e4ff6d9 (patch) | |
tree | 02b4c14d379e192a080af6c6a212a2e624be8083 /net/openslp | |
parent | a7e9d33642fa6a4eea2fe1f8ebf68f0f2774ab02 (diff) | |
download | pkgsrc-457d023fac0ccc710a6fa220b62427301e4ff6d9.tar.gz |
bl3ify
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 31444ca6dcb..ed6012324f3 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:51:31 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/06 07:08:50 jlam Exp $ DISTNAME= openslp-1.0.11 CATEGORIES= net @@ -8,7 +8,9 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.openslp.org/ COMMENT= Open-source implementation of the Service Location Protocol -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |