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
commitdbf0811b4d39978eb3250822364213e738de9652 (patch)
tree120dbc2a3947349b77c91434e7c3335338ee671b /net/openslp
parentf11978d7d721ec0914e3ead6e6bd8699c4092c7e (diff)
downloadpkgsrc-dbf0811b4d39978eb3250822364213e738de9652.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}