diff options
author | reg <reg@FreeBSD.org> | 2000-10-12 15:39:45 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-12 15:39:45 +0800 |
commit | 080b0459c6c800a81cbaf8047cfef2a2c2a01e8d (patch) | |
tree | baaef68b8af69c8c3c6d5d0f9adb864ee5660a41 /audio/lame | |
parent | 9e885ee32f79cd151049579d1564b226608a3e1b (diff) | |
download | freebsd-ports-gnome-080b0459c6c800a81cbaf8047cfef2a2c2a01e8d.tar.gz freebsd-ports-gnome-080b0459c6c800a81cbaf8047cfef2a2c2a01e8d.tar.zst freebsd-ports-gnome-080b0459c6c800a81cbaf8047cfef2a2c2a01e8d.zip |
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
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 6 |
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 \ |