pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Mar 22 13:40:01 UTC 2025

Modified Files:
        pkgsrc/devel/got: Makefile

Log Message:
devel/got: use MAKE_DIRS_PERMS to set permissions


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/got/Makefile

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

Modified files:

Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.18 pkgsrc/devel/got/Makefile:1.19
--- pkgsrc/devel/got/Makefile:1.18      Sat Mar 22 12:51:45 2025
+++ pkgsrc/devel/got/Makefile   Sat Mar 22 13:40:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/03/22 12:51:45 vins Exp $
+# $NetBSD: Makefile,v 1.19 2025/03/22 13:40:01 vins Exp $
 
 DISTNAME=      got-portable-0.109
 PKGNAME=       ${DISTNAME:S/-portable//}
@@ -42,7 +42,7 @@ CONF_FILES+=  ${EGDIR}/gotd.conf ${PKG_SY
 DOCDIR=                ${PREFIX}/share/doc/got
 PKG_DOCS=      CHANGELOG README README.pkgsrc README.portable TODO
 
-MAKE_DIRS+=    ${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
+MAKE_DIRS_PERMS+=      ${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
 
 INSTALLATION_DIRS=     bin libexec
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5



Home | Main Index | Thread Index | Old Index