1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 2.1.1 and install as 'gindent' instead of 'indent'

This commit is contained in:
Chris Piazza 1999-07-16 04:45:50 +00:00
parent 567f42b0c0
commit d39fec368f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20225
3 changed files with 10 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: indent
# Version required: 2.1.0
# Version required: 2.1.1
# Date created: 28 August 1997
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
#
# $Id: Makefile,v 1.4 1999/06/28 19:12:06 cpiazza Exp $
# $Id: Makefile,v 1.5 1999/07/09 00:28:51 cpiazza Exp $
#
DISTNAME= indent-2.1.0
DISTNAME= indent-2.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= indent
@ -17,6 +17,11 @@ GNU_CONFIGURE= yes
MAN1= indent.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/indent ${PREFIX}/bin/gindent
${INSTALL_DATA} ${WRKSRC}/indent.info ${PREFIX}/info
${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \

View File

@ -1 +1 @@
MD5 (indent-2.1.0.tar.gz) = 4ab5a6264b7a23b1f8e4b6b36e1a8119
MD5 (indent-2.1.1.tar.gz) = 08b760e59d0252210b6ad4e4980cfec2

View File

@ -1,4 +1,4 @@
bin/indent
bin/gindent
@unexec install-info --delete %D/info/indent.info %D/info/dir
info/indent.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir