diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-09-05 11:00:24 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-09-05 11:00:24 +0000 |
commit | 224282575846f15f0dee9eeeeb93bff288b91e68 (patch) | |
tree | 3208c130f7df796e56dc9ffea1d2098defdd7adc /misc | |
parent | Update to version 8774, the latest from nVidia. (diff) |
- 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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mmv/Makefile | 14 | ||||
-rw-r--r-- | misc/mmv/pkg-plist | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index dba26ea71d6e..e8ef68af2a8a 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -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} ; \ diff --git a/misc/mmv/pkg-plist b/misc/mmv/pkg-plist deleted file mode 100644 index be639d52f918..000000000000 --- a/misc/mmv/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mad -bin/mcp -bin/mln -bin/mmv |