diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 10:03:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 10:03:23 +0000 |
commit | ff2941ee2155e25dbf86752f3b7936ffef311deb (patch) | |
tree | bd7c24abe6ad70616bb677388c531f2c184d8f9f /textproc | |
parent | 29bf099a04d3187b5c7b5c365f0e7292a7f92502 (diff) | |
download | FreeBSD-ports-ff2941ee2155e25dbf86752f3b7936ffef311deb.zip FreeBSD-ports-ff2941ee2155e25dbf86752f3b7936ffef311deb.tar.gz |
Oops (DISTNAMe -> DISTNAME).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 85ea2ca..ea87ace 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -9,7 +9,7 @@ PORTNAME= texi2html PORTVERSION= 1.52 CATEGORIES= textproc MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ -DISTNAMe= ${PORTNAME} +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .shar.Z MAINTAINER= i.vaudrey@bigfoot.com |