From 7dc47709699407e3c44e8f2310d92ed2fb24d117 Mon Sep 17 00:00:00 2001 From: Georg Schwarz Date: Sat, 20 May 2017 00:19:00 +0200 Subject: [PATCH] wip/sipp: install the man page, too Make sure sipp.1 is installed as well. --- sipp/Makefile | 5 +++-- sipp/PLIST | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sipp/Makefile b/sipp/Makefile index 5e7bd96007..f36d930e1e 100644 --- a/sipp/Makefile +++ b/sipp/Makefile @@ -14,8 +14,9 @@ USE_TOOLS+= gmake autoconf automake autoreconf USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} -INSTALLATION_DIRS= bin +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALL_TARGET= install install-man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 pre-configure: cd ${WRKSRC} && autoreconf -vifs diff --git a/sipp/PLIST b/sipp/PLIST index c16c8932ac..c4fde5bc0a 100644 --- a/sipp/PLIST +++ b/sipp/PLIST @@ -1,2 +1,3 @@ @comment $NetBSD: PLIST,v 1.2 2005/11/05 18:25:32 gschwarz Exp $ bin/sipp +man/man1/sipp.1