93e516adaa
- Update MASTER_SITES PR: 112844 Submitted by: rcsedit@lava.net (maintainer)
28 lines
604 B
Makefile
28 lines
604 B
Makefile
# Ports collection makefile for: rcsedit
|
|
# Date created: 22 June 2006
|
|
# Whom: Antonio Querubin <tony@lava.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rcsedit
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://malasada.lava.net/rcsedit/ \
|
|
http://lava.net/files/rcsedit/ \
|
|
http://ipv6.lava.net/rcsedit/
|
|
|
|
MAINTAINER= rcsedit@lava.net
|
|
COMMENT= A simple wrapper for RCS written in Perl
|
|
|
|
PLIST_FILES= bin/rcsedit
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '1s|.*perl|#!${PERL}|' ${WRKSRC}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|