From 1629f87a57db6bef9ed5e7aa4b52b62b73056153 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 17 Nov 2011 08:56:09 +0000 Subject: [PATCH] Unbreak. spotted by nigel@ --- multimedia/lives/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 7ab1475915c..03cf44e4bc2 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2011/11/16 17:21:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2011/11/17 08:56:09 ajacoutot Exp $ COMMENT = video editor and a VJ tool -DISTNAME = LiVES-1.0.10 +V = 1.0.10 +DISTNAME = LiVES-${V} PKGNAME = ${DISTNAME:L} REVISION = 0 @@ -56,7 +57,7 @@ pre-install: @cd ${WRKDIST}/po && ${MAKE_PROGRAM} update-po post-install: - mv ${WRKINST}/${TRUEPREFIX}/share/doc/${FULLPKGNAME} \ + mv ${WRKINST}/${TRUEPREFIX}/share/doc/lives-${V} \ ${WRKINST}/${TRUEPREFIX}/share/doc/lives/ find ${WRKINST}/${TRUEPREFIX}/lib/lives/plugins -name '*.la' | xargs rm