pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
check-update: fix pkglint warning about VARBASE.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jun 7 17:08:59 2017 +0200
Changeset: d59c188c7a8b9d14ea4b481f2556b1f684027792
Modified Files:
check-update/Makefile
Log Message:
check-update: fix pkglint warning about VARBASE.
Avoid having the same directories in both OWN_DIRS and
OWN_DIRS_PERMS.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d59c188c7a8b9d14ea4b481f2556b1f684027792
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
check-update/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/check-update/Makefile b/check-update/Makefile
index e6374c7ecf..9c478b51f9 100644
--- a/check-update/Makefile
+++ b/check-update/Makefile
@@ -30,9 +30,9 @@ CONF_FILES+= ${EGDIR}/environment-sample.mk ${WRKDIR_FOR_MAKE}/environment.mk
CONF_FILES+= ${EGDIR}/check-update-sample.sh ${WRKDIR_FOR_MAKE}/check-update.sh
CONF_FILES+= ${EGDIR}/cd-and-sh-sample ${WRKDIR_FOR_MAKE}/cd-and-sh
+BUILD_DEFS+= VARBASE
+
# see INSTALL file also
-OWN_DIRS+= ${WRKDIR_FOR_MAKE}
-OWN_DIRS+= ${WRKDIR_FOR_MAKE}/htdocs
OWN_DIRS_PERMS+=${WRKDIR_FOR_MAKE} ${SHAREOWN} ${SHAREGRP} 0755
OWN_DIRS_PERMS+=${WRKDIR_FOR_MAKE}/htdocs ${SHAREOWN} ${SHAREGRP} 0755
Home |
Main Index |
Thread Index |
Old Index