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.
27 lines
723 B
Makefile
27 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/01/07 09:13:49 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= linuxsms-0.65
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linuxsms/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://linuxsms.sourceforge.net/
|
|
COMMENT= Perl script to send short messages to GSM phones
|
|
|
|
USE_TOOLS+= perl:run
|
|
NO_BUILD= yes
|
|
|
|
REPLACE_PERL= linuxsms
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${PREFIX}/${PKGMANDIR}/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/linuxsms
|
|
.for f in BUGS CHANGES README README.ES TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/linuxsms
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|