summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjlam <jlam>2004-07-24 13:47:04 +0000
committerjlam <jlam>2004-07-24 13:47:04 +0000
commitcc0a00629f32b9a529c3f9a9bbda04e4df7b0de6 (patch)
tree120dbc2a3947349b77c91434e7c3335338ee671b /net/openslp
parent2820f436cb1a0480d2e1d0bdb81256c0c1b073e4 (diff)
downloadpkgsrc-cc0a00629f32b9a529c3f9a9bbda04e4df7b0de6.tar.gz
LTCONFIG_OVERRIDE is deprecated.
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index 5877e0866c4..63bb3c92704 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/10 22:18:58 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/24 13:47:04 jlam Exp $
DISTNAME= openslp-1.0.11
CATEGORIES= net
@@ -12,13 +12,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
+USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=/var
-USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
HTMLDIR= ${PREFIX}/share/doc/html/${PKGBASE}