1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

27 lines
487 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sedsed
PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= http://sedsed.sourceforge.net/
EXTRACT_SUFX= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Python script that masters SED scripts
PLIST_FILES= bin/sedsed
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_PYTHON= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/sedsed
.include <bsd.port.mk>