diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 01:32:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 01:32:56 +0000 |
commit | d7c824d44dc9ebf7c6af8364907bf7cc30a1b98f (patch) | |
tree | ffa56027d738d635f053abeecc58d155af11934c /databases/lbdb | |
parent | 27af6fc2ab45fc55ccddd1a6f915cdbd0f402fc5 (diff) | |
download | pkgsrc-d7c824d44dc9ebf7c6af8364907bf7cc30a1b98f.tar.gz |
Build without YP support on Interix.
Diffstat (limited to 'databases/lbdb')
-rw-r--r-- | databases/lbdb/Makefile | 8 | ||||
-rw-r--r-- | databases/lbdb/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index 6abaaca0d18..e93d58906b6 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/10 11:26:47 tonio Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/08 01:32:56 tv Exp $ DISTNAME= lbdb_0.30 PKGNAME= ${DISTNAME:S/_/-/} @@ -35,4 +35,10 @@ EGDIR= ${PREFIX}/share/examples/lbdb CONF_FILES+= ${EGDIR}/lbdb.rc ${PKG_SYSCONFDIR}/lbdb.rc CONF_FILES+= ${EGDIR}/lbdb_ldap.rc ${PKG_SYSCONFDIR}/lbdb_ldap.rc +.if ${OPSYS} == "Interix" +PLIST_SUBST+= WITHYP='@comment ' +.else +PLIST_SUBST+= WITHYP='' +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/databases/lbdb/PLIST b/databases/lbdb/PLIST index e17fb54d54d..2f2e5f097ad 100644 --- a/databases/lbdb/PLIST +++ b/databases/lbdb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/08/30 16:14:53 tonio Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/11/08 01:32:56 tv Exp $ bin/lbdb-fetchaddr bin/lbdb_dotlock bin/lbdbq @@ -20,7 +20,7 @@ libexec/lbdb/m_palm libexec/lbdb/m_passwd libexec/lbdb/m_pine libexec/lbdb/m_wanderlust -libexec/lbdb/m_yppasswd +${WITHYP}libexec/lbdb/m_yppasswd libexec/lbdb/munge libexec/lbdb/munge-keeporder libexec/lbdb/mutt_ldap_query |