blob: d4cb4cc6a3dd5fec66c170ac747a592c8fcf598f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Chad Castleberry AKA ritalin
# $FreeBSD$
PORTNAME= rename
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= jsa@FreeBSD.org
COMMENT= Rename multiple files using regular expressions
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= rename.1
NO_STAGE= yes
post-extract:
@${RM} -f ${WRKSRC}/config.cache
.include <bsd.port.mk>
|