aboutsummaryrefslogtreecommitdiff
path: root/audio/mpegaudio/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-17 16:56:12 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-17 16:56:12 +0000
commit809c5e94794cd8b3a7a96e07872d056fdb63aa35 (patch)
tree1f1695e73a01213224dd4a6fc467b916c6cc9e1b /audio/mpegaudio/Makefile
parent1a12bd5dca85c38b10459dd4383e599b1f7ca56d (diff)
Notes
Diffstat (limited to 'audio/mpegaudio/Makefile')
-rw-r--r--audio/mpegaudio/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile
index ea0085378b36..f7664bc80bc4 100644
--- a/audio/mpegaudio/Makefile
+++ b/audio/mpegaudio/Makefile
@@ -2,7 +2,7 @@
# Date created: 1 July 1996
# Whom: torstenb
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 09:27:10 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/11/15 23:13:52 obrien Exp $
#
DISTNAME= mpegaudio
@@ -13,4 +13,10 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
+MAN1= mpeg_musicin.1 mpeg_musicout.1
+
+post-install:
+ ${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${PREFIX}/man/man1
+
.include <bsd.port.mk>