mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 1.7.
The only change is to check if /usr/bin/perl is version 5 and use that rather than ${PREFIX}/bin/perl if it is. Submitted by: John Hay <jhay@mikom.csir.co.za>
This commit is contained in:
parent
a1e36cfb8a
commit
32e50f27db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13158
2 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: sgmlformat
|
||||
# Version required: 1.6
|
||||
# Version required: 1.7
|
||||
# Date created: July 16, 1997
|
||||
# Whom: jfieber
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1998/01/17 17:28:44 jfieber Exp $
|
||||
# $Id: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sgmlformat-1.6
|
||||
DISTNAME= sgmlformat-1.7
|
||||
CATEGORIES= textproc print
|
||||
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
||||
|
||||
|
@ -24,7 +24,8 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
|
|||
|
||||
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
|
||||
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
|
||||
${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sgmlformat-1.6.tar.gz) = 3defa39a0369f45ceeeb7138d505160a
|
||||
MD5 (sgmlformat-1.7.tar.gz) = a24b6fdf6c14c10f7344b1f3fe09a53a
|
||||
|
|
Loading…
Add table
Reference in a new issue