5393242c73
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
31 lines
741 B
Makefile
31 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/07/04 13:40:29 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= pconsole-1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.heiho.net/pconsole/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.heiho.net/pconsole/
|
|
COMMENT= Parallel console tool to access several host via one input tty
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= ksh:run
|
|
|
|
REPLACE_KSH= pconsole.sh.in
|
|
|
|
SUBST_CLASSES= path
|
|
SUBST_STAGE.path= pre-configure
|
|
SUBST_FILES.path= pconsole.sh.in
|
|
SUBST_VARS.path= PREFIX X11BASE
|
|
|
|
INSTALLATION_DIRS= share/doc/pconsole
|
|
INSTALL_MAKE_FLAGS= bindir=${DESTDIR}${PREFIX}/bin
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README.pconsole ${DESTDIR}${PREFIX}/share/doc/pconsole
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|