[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / checkperms

Annotation of pkgsrc/sysutils/checkperms/Makefile, Revision 1.28

1.28    ! joerg       1: # $NetBSD: Makefile,v 1.27 2013/04/06 14:58:21 rodent Exp $
1.1       rillig      2: #
                      3:
1.21      rillig      4: DISTNAME=      checkperms-1.11
1.1       rillig      5: CATEGORIES=    sysutils
1.20      rillig      6: MASTER_SITES=  http://www.roland-illig.de/checkperms/
1.1       rillig      7:
1.24      wiz         8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.20      rillig      9: HOMEPAGE=      http://www.roland-illig.de/checkperms/
1.1       rillig     10: COMMENT=       Check and correct file permissions
1.19      wiz        11: LICENSE=       modified-bsd
1.1       rillig     12:
1.20      rillig     13: AUTO_MKDIRS=           yes
1.13      rillig     14:
1.17      tnn        15: USE_BSD_MAKEFILE=      yes
1.1       rillig     16:
1.26      wiz        17: .include "../../mk/compiler.mk"
                     18:
1.28    ! joerg      19: MAKE_FLAGS+=           CWARNFLAGS.clang=-Wno-error=missing-noreturn
1.26      wiz        20:
1.9       rillig     21: .include "../../mk/bsd.prefs.mk"
1.10      joerg      22:
1.22      gdt        23: # Avoid self-referential and circular dependencies.
1.10      joerg      24: CHECK_PERMS=           no
1.22      gdt        25: IGNORE_CCACHE=         yes
                     26: IGNORE_DISTCC=         yes
1.10      joerg      27:
1.9       rillig     28: .if ${OPSYS} == "Linux"
                     29: MAKE_ENV+=     NOGCCERROR=yes          # see PR 35930
                     30: .endif
                     31:
1.23      tnn        32: # Avoid catpage regeneration
                     33: post-extract:
1.27      rodent     34:        ${ECHO} ".PHONY: checkperms.cat1" >> ${WRKSRC}/Makefile
                     35:        ${ECHO} "checkperms.cat1:" >> ${WRKSRC}/Makefile
                     36:        ${ECHO} "" >> ${WRKSRC}/Makefile
1.23      tnn        37:
1.1       rillig     38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>