pkgsrc/net/sniffit/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

26 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.31 2007/01/07 09:14:06 rillig Exp $
#
DISTNAME= sniffit.0.3.5
PKGNAME= sniffit-0.3.5
PKGREVISION= 2
CATEGORIES= net security
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
COMMENT= Packet sniffer program
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss
GNU_CONFIGURE= YES
BUILD_TARGET=
INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit
${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/${PKGMANDIR}/man5
${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/${PKGMANDIR}/man8
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"