pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/sipp: install the man page, too



Module Name:	pkgsrc-wip
Committed By:	Georg Schwarz <schwarz%NetBSD.org@localhost>
Pushed By:	schwarz
Date:		Sat May 20 00:19:00 2017 +0200
Changeset:	7dc47709699407e3c44e8f2310d92ed2fb24d117

Modified Files:
	sipp/Makefile
	sipp/PLIST

Log Message:
wip/sipp: install the man page, too

Make sure sipp.1 is installed as well.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7dc47709699407e3c44e8f2310d92ed2fb24d117

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sipp/Makefile | 5 +++--
 sipp/PLIST    | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
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


Home | Main Index | Thread Index | Old Index