2829e658f2
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.
28 lines
737 B
Makefile
28 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:06 rillig Exp $
|
|
#
|
|
# qadsl is now GNU Alive (wip/alive)
|
|
|
|
DISTNAME= qadsl-final-1.2
|
|
PKGNAME= qadsl-1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Login software for Swedish Telia ADSL/Comhem cable Internet users
|
|
|
|
LIBS.SunOS+= -lnsl -lsocket
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAKE_ENV+= LIBS=${LIBS:M*:Q}
|
|
MAKE_ENV+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qadsl ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/qadsl.conf \
|
|
${PREFIX}/share/examples/qadsl.conf.sample
|
|
${INSTALL_MAN} ${WRKSRC}/qadsl.8.gz ${PREFIX}/${PKGMANDIR}/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|