diff options
Diffstat (limited to 'filesystems/openafs-devel/Makefile')
-rw-r--r-- | filesystems/openafs-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/openafs-devel/Makefile b/filesystems/openafs-devel/Makefile index 1ccec7e456a..dc6c59995cd 100644 --- a/filesystems/openafs-devel/Makefile +++ b/filesystems/openafs-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/10/03 08:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/03 19:26:21 rillig Exp $ DISTNAME= openafs-1.7.11-src PKGNAME= ${DISTNAME:C/-src//} @@ -16,7 +16,7 @@ CONFLICTS+= arla-[0-9]* CONFLICTS+= heimdal-[0-9]* CONFLICTS+= rx-[0-9]* -MAKE_JOBS_SAFE=no +MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_TOOLS+= lex @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-roken=internal -USE_GNU_CONFIGURE_HOST= no +USE_GNU_CONFIGURE_HOST= no WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -41,7 +41,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/openafs/db ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700 FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q} -BUILD_DEFS+= VARBASE +BUILD_DEFS+= VARBASE # # Rename liblwp.a to libafslwp.a to avoid conflict with the lwp package. |