mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2905cce16a
few typos. PR: ports/154173 Submitted by: bf Approved by: kwm (mentor)
28 lines
532 B
Makefile
28 lines
532 B
Makefile
# New ports collection makefile for: rename
|
|
# Date created: 7 July 2005
|
|
# Whom: 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
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/config.cache
|
|
|
|
.include <bsd.port.mk>
|