summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-12 07:39:45 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-12 07:39:45 +0000
commitbb9e6226b0ea65177173b1494b48cfead7748c80 (patch)
tree27d1eeb9dcfba0867ed35cc75df80e0f80d79e31 /audio
parentadd entries for csound and csound-manual (diff)
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
Notes
Notes: svn path=/head/; revision=33722
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/Makefile6
1 files changed, 4 insertions, 2 deletions
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 \