summaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 12:02:01 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 12:02:01 +0000
commitbd3a21229da0ded15b2aeb0a86e33059969e0d59 (patch)
tree48aeb277c91fdbba9edbcf61401edcff3853443f /misc/mmv
parentRemove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (Redistribution (diff)
Oops, previous commit broke the installation of man page.
Notes
Notes: svn path=/head/; revision=4894
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index 6a7e8a048095..732a1191ec1e 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Feb 1995
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.13 1996/12/03 04:07:29 asami Exp $
+# $Id: Makefile,v 1.14 1996/12/08 11:55:03 max Exp $
#
DISTNAME= mmv
@@ -43,6 +43,6 @@ do-install:
ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mad ; \
ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mcp ; \
ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mln ; \
- ${INSTALL_MAN} mmv.1 ${PREFIX}/man/man1 ; )
+ ${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1 ; )
.include <bsd.port.mk>