textproc/y2l: update to 1.2
- Update to 1.2 [1] - Trim Makefile header [1] - Pass maintainership to submitter - Unmute install commands PR: ports/179683 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Approved by: culot / jpaetzel (mentors, implicit)
This commit is contained in:
parent
4392a3472d
commit
27e8fd72fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321245
2 changed files with 7 additions and 12 deletions
|
@ -1,17 +1,12 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: y2l
|
||||
# Date created: Feb 6, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= y2l
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Yacc-to-Latex pretty printer/converter
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -20,7 +15,7 @@ MAN1= y2l.1
|
|||
PLIST_FILES= bin/y2l
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (y2l-1.1.tar.gz) = d4ce15092321ab2c01321ef64901163add1190a00e8ca7135ab5261b223e81be
|
||||
SIZE (y2l-1.1.tar.gz) = 12986
|
||||
SHA256 (y2l-1.2.tar.gz) = d03cfec4d663131b1b3b593aabed981eb0fd0836d5e1c35a3ac8524313b62f92
|
||||
SIZE (y2l-1.2.tar.gz) = 12992
|
||||
|
|
Loading…
Reference in a new issue