mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# 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>
|