aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-12-08 20:02:01 +0800
committermax <max@FreeBSD.org>1996-12-08 20:02:01 +0800
commitd0939539d55ef45b965d4876da139a62d54eaac7 (patch)
tree64f9c44441cc8505e35cd20a4b3a07fddcae152a /misc
parentc6155194550008ace08deb44a8285337c8e8ba13 (diff)
downloadfreebsd-ports-gnome-d0939539d55ef45b965d4876da139a62d54eaac7.tar.gz
freebsd-ports-gnome-d0939539d55ef45b965d4876da139a62d54eaac7.tar.zst
freebsd-ports-gnome-d0939539d55ef45b965d4876da139a62d54eaac7.zip
Oops, previous commit broke the installation of man page.
Diffstat (limited to 'misc')
-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>