- Unbreak [1]
- Add new backup master sites [1] - Assign maintainership to submitter [1] - Use PLIST_FILES Submitted by: Martin Tournoij <carpetsmoker@gmail.com> PR: ports/102884
This commit is contained in:
parent
c8ebf26932
commit
2242825758
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172311
2 changed files with 8 additions and 10 deletions
|
@ -8,21 +8,23 @@
|
|||
PORTNAME= mmv
|
||||
PORTVERSION= 1.01b
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.unicamp.br/pub/unix-c/file-mgmt/
|
||||
MASTER_SITES= http://www.xs4all.nl/~tournoij/distfiles/ \
|
||||
ftp://ftp.unicamp.br/pub/unix-c/file-mgmt/ \
|
||||
http://carpetsmoker.xs4all.nl/distfiles/
|
||||
DISTNAME= mmv
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= carpetsmoker@gmail.com
|
||||
COMMENT= Move/copy/append/link multiple files with sophisticated wildcard matching
|
||||
|
||||
BROKEN= Unfetchable
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2006-12-01
|
||||
|
||||
RESTRICTED= No modification or redistribution for charge
|
||||
CFLAGS+= -DDIRENT
|
||||
MAKE_FLAGS= -e
|
||||
MAN1= mmv.1
|
||||
PLIST_FILES= bin/mad \
|
||||
bin/mcp \
|
||||
bin/mln \
|
||||
bin/mmv
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKSRC} ; \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
bin/mad
|
||||
bin/mcp
|
||||
bin/mln
|
||||
bin/mmv
|
Loading…
Reference in a new issue