summaryrefslogtreecommitdiff
path: root/audio/lame/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-09 16:52:03 +0000
committerhubertf <hubertf>1999-11-09 16:52:03 +0000
commit2b439f57d5781d966001853d4bd81d169abfb64b (patch)
treef11d3db5d606fa1a6014b03e2a097461e121337f /audio/lame/Makefile
parente9e562ed99f0a155aa096913f7832fd5226e1acc (diff)
downloadpkgsrc-2b439f57d5781d966001853d4bd81d169abfb64b.tar.gz
Install manpage. Code submitted in private mail by
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r--audio/lame/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index c67e2cdebd8..407dacda0df 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/11/03 23:50:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 1999/11/09 16:52:03 hubertf Exp $
#
.include "Makefile.common"
@@ -8,5 +8,6 @@ HOMEPAGE= http://hive.me.gu.edu.au/not_lame/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lame ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/doc/man/lame.1 ${PREFIX}/man/man1/lame.1
.include "../../mk/bsd.pkg.mk"