pkgsrc/archivers/unrar/Makefile
wiz d7aced3e10 Stop installing library again.
Split parts of Makefile into Makefile.common for upcoming libunrar.
Remove unnecessary patch (as discussed with upstream).
2013-09-01 08:28:08 +00:00

13 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.72 2013/09/01 08:28:08 wiz Exp $
.include "Makefile.common"
PKGREVISION= 2
INSTALLATION_DIRS= bin share/doc/unrar
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unrar ${DESTDIR}${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_DATA} readme.txt license.txt \
${DESTDIR}${PREFIX}/share/doc/unrar
.include "../../mk/bsd.pkg.mk"