aboutsummaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-05-03 18:52:54 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-05-03 18:52:54 +0000
commit8f98201f7eb4d1d040ea7b580753a1f109ca7401 (patch)
tree10fb0d11c456dda488af6c272ee694d91b5a477b /misc/mmv
parenta56762f0deb60d4f32e55e906f3ea6fe32e570d6 (diff)
downloadports-8f98201f7eb4d1d040ea7b580753a1f109ca7401.tar.gz
ports-8f98201f7eb4d1d040ea7b580753a1f109ca7401.zip
Notes
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index 56b69820255f..7771ebe12f48 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mmv
PORTVERSION= 1.01b.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_1.01b.orig
@@ -20,8 +20,8 @@ MAINTAINER= simon@olofsson.de
COMMENT= Move/Copy/Append/Link multiple files
CFLAGS+= -DHAS_DIRENT
-MAN1= mmv.1
-PLIST_FILES= bin/mmv
+MAN1= mmv.1 mad.1 mcp.1 mln.1
+PLIST_FILES= bin/mmv bin/mad bin/mcp bin/mln
WRKSRC= ${WRKDIR}/${PORTNAME}-1.01b.orig
do-build:
@@ -30,6 +30,10 @@ do-build:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
- @${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1/mmv.1
+ @${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1/${PORTNAME}.1
+.for i in mcp mad mln
+ @${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/${i}
+ @${LN} ${PREFIX}/man/man1/${PORTNAME}.1 ${PREFIX}/man/man1/${i}.1
+.endfor
.include <bsd.port.mk>