pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/lbdb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:28:27 UTC 2025

Modified Files:
        pkgsrc/databases/lbdb: Makefile

Log Message:
ilbdb: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/lbdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/lbdb/Makefile
diff -u pkgsrc/databases/lbdb/Makefile:1.40 pkgsrc/databases/lbdb/Makefile:1.41
--- pkgsrc/databases/lbdb/Makefile:1.40 Tue Jun 28 11:31:17 2022
+++ pkgsrc/databases/lbdb/Makefile      Mon Apr 21 16:28:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/06/28 11:31:17 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/04/21 16:28:27 wiz Exp $
 
 DISTNAME=              lbdb_0.48.1
 PKGNAME=               ${DISTNAME:S/_/-/}
@@ -42,7 +42,7 @@ PLIST.finger=         yes
 .endif
 
 PLIST_VARS+=           yp
-.if ${OPSYS} != "Interix" && exists(/usr/bin/yppasswd)
+.if exists(/usr/bin/yppasswd)
 PLIST.yp=              yes
 .endif
 



Home | Main Index | Thread Index | Old Index