pkgsrc/mbone/sapserver/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

18 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/01/07 09:14:00 rillig Exp $
#
DISTNAME= miniSAPserver-0.2.4
CATEGORIES= mbone
MASTER_SITES= http://download.videolan.org/pub/videolan/miniSAPserver/0.2.4/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://www.videolan.org/
COMMENT= Mini SAP server from the VideoLan project
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/sapserver
.include "../../mk/bsd.pkg.mk"