diff options
author | jfieber <jfieber@FreeBSD.org> | 1998-09-16 05:18:17 +0800 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1998-09-16 05:18:17 +0800 |
commit | 60e211928723f70362d166bab5f76cadf2b57c7f (patch) | |
tree | 2657d2b1dbd58ca588c4b2b57d45ab293d2e5304 /textproc | |
parent | 4605a9000abdb683c8106c1f2d8c3b912d8315f7 (diff) | |
download | freebsd-ports-gnome-60e211928723f70362d166bab5f76cadf2b57c7f.tar.gz freebsd-ports-gnome-60e211928723f70362d166bab5f76cadf2b57c7f.tar.zst freebsd-ports-gnome-60e211928723f70362d166bab5f76cadf2b57c7f.zip |
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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sgmlformat/Makefile | 9 | ||||
-rw-r--r-- | textproc/sgmlformat/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index bf01b491b529..d343b86a15c3 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -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 diff --git a/textproc/sgmlformat/distinfo b/textproc/sgmlformat/distinfo index 57da8eaeb8ca..8eaa22e0adc3 100644 --- a/textproc/sgmlformat/distinfo +++ b/textproc/sgmlformat/distinfo @@ -1 +1 @@ -MD5 (sgmlformat-1.6.tar.gz) = 3defa39a0369f45ceeeb7138d505160a +MD5 (sgmlformat-1.7.tar.gz) = a24b6fdf6c14c10f7344b1f3fe09a53a |