pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opendoas
Module Name: pkgsrc
Committed By: vins
Date: Sun Nov 30 15:35:49 UTC 2025
Modified Files:
pkgsrc/security/opendoas: Makefile
Log Message:
opendoas: simplify Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/opendoas/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/opendoas/Makefile
diff -u pkgsrc/security/opendoas/Makefile:1.6 pkgsrc/security/opendoas/Makefile:1.7
--- pkgsrc/security/opendoas/Makefile:1.6 Thu Dec 22 09:24:38 2022
+++ pkgsrc/security/opendoas/Makefile Sun Nov 30 15:35:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/12/22 09:24:38 vins Exp $
+# $NetBSD: Makefile,v 1.7 2025/11/30 15:35:49 vins Exp $
DISTNAME= opendoas-6.8.2
CATEGORIES= security
@@ -55,7 +55,6 @@ PLIST_VARS+= pam-conf
.if ${OPSYS} == "Linux" && exists(/usr/include/security/pam_appl.h)
PLIST.pam-conf= yes
REQD_FILES= ${EGDIR}/doas /etc/pam.d/doas
-.include "../../mk/pam.buildlink3.mk"
.endif
.if ${OPSYS} == "Darwin"
@@ -63,8 +62,5 @@ PLIST.pam-conf= yes
REQD_FILES= ${EGDIR}/doas /etc/pam.d/doas
.endif
-.if ${OPSYS} != "Linux"
.include "../../mk/pam.buildlink3.mk"
-.endif
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index