1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/align/Makefile
Ion-Mihai Tetcu bba3f598d4 - update to 1.7.1
- pass mantainership tu submitter

PR:		ports/108007
Submitted by:	Marcelo Araujo
2007-01-18 07:39:49 +00:00

24 lines
490 B
Makefile

# ex:ts=8
# New ports collection makefile for: align
# Date created: Oct 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= align
PORTVERSION= 1.7.1
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/
MAINTAINER= araujo@bsdmail.org
COMMENT= Text column alignment filter
USE_PERL5= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/*
.include <bsd.port.mk>