pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/popa3d



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 10:06:37 UTC 2024

Modified Files:
        pkgsrc/mail/popa3d: Makefile

Log Message:
popa3d: Requires OPSYS in MAKE_ENV.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/popa3d/Makefile

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

Modified files:

Index: pkgsrc/mail/popa3d/Makefile
diff -u pkgsrc/mail/popa3d/Makefile:1.56 pkgsrc/mail/popa3d/Makefile:1.57
--- pkgsrc/mail/popa3d/Makefile:1.56    Sun Jan 26 17:31:35 2020
+++ pkgsrc/mail/popa3d/Makefile Sun Jul  7 10:06:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/26 17:31:35 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2024/07/07 10:06:37 nia Exp $
 #
 
 DISTNAME=      popa3d-1.0.3
@@ -24,6 +24,10 @@ RCD_SCRIPTS= popa3d
 FILES_SUBST+=  POPA3D_USER=${POPA3D_USER:Q}
 FILES_SUBST+=  POPA3D_GROUP=${POPA3D_GROUP:Q}
 
+.include "../../mk/bsd.prefs.mk"
+
+MAKE_ENV+=     OPSYS=${OPSYS:Q}
+
 SUBST_CLASSES+=                params
 SUBST_STAGE.params=    pre-configure
 SUBST_FILES.params=    params.h



Home | Main Index | Thread Index | Old Index