From 64f0ee541e9c63fcde9a266dab532a8c85ca963b Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 7 Apr 2008 17:50:46 +0000 Subject: Fix installation. --- graphics/phpsview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index 43644a20342..a6edb6426d1 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/04 15:39:10 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2008/04/07 17:50:46 joerg Exp $ # DISTNAME= pwc-9.0.2 @@ -28,7 +28,7 @@ do-build: do-install: for f in phpsshot phpsview ; do \ cd ${WRKSRC}/2.4 && \ - ${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/bin \ + ${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/bin; \ done .include "../../graphics/imlib/buildlink3.mk" -- cgit v1.2.3