diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-06 14:13:55 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-06 14:13:55 +0000 |
commit | 692bb76ab4262154aeb35a7bf03b2c52a62ddc87 (patch) | |
tree | 236c0c3c233e48c89d410d7cc3894976b9367f00 /misc | |
parent | cf5a1ca4a3f785fa0ec32270cea37b84d18178b2 (diff) | |
download | ports-692bb76ab4262154aeb35a7bf03b2c52a62ddc87.tar.gz ports-692bb76ab4262154aeb35a7bf03b2c52a62ddc87.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sma/Makefile | 11 | ||||
-rw-r--r-- | misc/sma/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/sma/Makefile b/misc/sma/Makefile index a4bc1bf63d95..7068612e842c 100644 --- a/misc/sma/Makefile +++ b/misc/sma/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: sma -# Version required: 0.9.7 +# Version required: 0.9.13 # Date created: 8 May 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/05/10 22:21:36 steve Exp $ +# $Id: Makefile,v 1.2 1998/05/30 12:36:19 dburr Exp $ # -DISTNAME= SMA2 -PKGNAME= sma-0.9.7 +DISTNAME= SMA +PKGNAME= sma-0.9.13 CATEGORIES= misc MASTER_SITES= http://www.scour.net/sma/ EXTRACT_SUFX= .pl @@ -26,7 +26,8 @@ do-extract: pre-configure: @${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ - ${DISTDIR}/SMA2.pl > ${WRKDIR}/sma + -e '/\$debug = 3/s//\$debug = 0/' \ + ${DISTDIR}/SMA.pl > ${WRKDIR}/sma do-install: ${INSTALL_SCRIPT} ${WRKDIR}/sma ${PREFIX}/bin diff --git a/misc/sma/distinfo b/misc/sma/distinfo index 001e47d6743b..e39ce8130d28 100644 --- a/misc/sma/distinfo +++ b/misc/sma/distinfo @@ -1 +1 @@ -MD5 (SMA2.pl) = 8ec193579390772cf305436fb61f5483 +MD5 (SMA.pl) = 6409f024c5ed3b2fbdf901ab210187de |