fix installation

This commit is contained in:
Tobias Nygren 2008-12-17 17:21:00 +00:00 committed by Thomas Klausner
parent f45a363f0b
commit 9a3f1786bf

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2005/04/11 21:16:10 tvierling Exp $
# $NetBSD: Makefile,v 1.5 2008/12/17 17:21:00 tnn2 Exp $
#
DISTNAME= virus-0.0.6
@ -10,11 +10,13 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.rocklinux.net/people/ripclaw/projects/software/virus/
COMMENT= VI resembling utility skeleton
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${SH} mkvirus
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/virus ${PREFIX}/bin/virus
${INSTALL_PROGRAM} ${WRKSRC}/virus ${DESTDIR}${PREFIX}/bin/virus
.include "../../mk/bsd.pkg.mk"