From bb9e6226b0ea65177173b1494b48cfead7748c80 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Thu, 12 Oct 2000 07:39:45 +0000 Subject: Fix my breakage (removed the do-install target). This patch appears to have mis-applied, since this worked on my system (I still had it installed). PR: ports/21924 Submitted by: dirk.meyer@dinoex.sub.org --- audio/lame/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/lame') diff --git a/audio/lame/Makefile b/audio/lame/Makefile index a3f3762a601e..2024acda27fd 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -18,7 +18,7 @@ MAINTAINER= yoshiaki@kt.rim.or.jp PATCH_DIST_STRIP = -p1 -WRKSRC= ${WRKDIR}/dist10/lsf/encoder/ +WRKSRC= ${WRKDIR}/dist10/lsf/encoder USE_GMAKE= yes WANT_GTK= yes ALL_TARGET= lame @@ -32,7 +32,9 @@ MAN1= lame.1 USE_GTK= yes .endif -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lame ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/man/lame.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/lame ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \ -- cgit v1.2.3