wip/sipp: install the man page, too

Make sure sipp.1 is installed as well.
This commit is contained in:
Georg Schwarz 2017-05-20 00:19:00 +02:00
parent 9d1141b3da
commit 7dc4770969
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -1,2 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2005/11/05 18:25:32 gschwarz Exp $
bin/sipp
man/man1/sipp.1