jove: minor pkglint cleanup

This commit is contained in:
gutteridge 2023-12-19 01:00:27 +00:00
parent 73c6bb6a10
commit 135717bd69
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.20 2019/09/06 14:52:39 christos Exp $
#
# $NetBSD: Makefile,v 1.21 2023/12/19 01:00:27 gutteridge Exp $
DISTNAME= jove4.16.0.74
PKGNAME= ${DISTNAME:S/jove/jove-/}
@ -19,8 +18,8 @@ MAKE_FLAGS+= NROFF=${NROFF:Q}
INSTALL_MAKE_FLAGS+= JOVEHOME=${DESTDIR}${PREFIX}
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
CFLAGS.NetBSD+=-DUSE_OPENPTY -DNO_TIOCREMOTE
LDFLAGS.NetBSD+=-lutil
CFLAGS.NetBSD+= -DUSE_OPENPTY -DNO_TIOCREMOTE
LDFLAGS.NetBSD+= -lutil
SUBST_CLASSES+= getline
SUBST_STAGE.getline= pre-build # no pre-configure with NO_CONFIGURE...

View file

@ -1,4 +1,4 @@
# $NetBSD: patch-proc.c,v 1.1 2019/09/06 14:51:42 christos Exp $
$NetBSD: patch-proc.c,v 1.2 2023/12/19 01:00:27 gutteridge Exp $
Don't smash the stack by using the same variable for input and output.