diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-12 03:51:21 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-12 03:51:21 +0000 |
commit | 0e9cba4b7608f528645eb320bf5b9b0c1367ad20 (patch) | |
tree | efa23e5f7a7122d8d8f9f988850cdb5f83404c46 /lang/munger/Makefile | |
parent | b023994a021cbb7e29774226f0a25ab8a418f2ec (diff) | |
download | ports-0e9cba4b7608f528645eb320bf5b9b0c1367ad20.tar.gz ports-0e9cba4b7608f528645eb320bf5b9b0c1367ad20.zip |
Notes
Diffstat (limited to 'lang/munger/Makefile')
-rw-r--r-- | lang/munger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile index dd0f11837ca7..a59ceed0bcc4 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.142 +PORTVERSION= 4.143 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ @@ -15,7 +15,7 @@ COMMENT= Static lisp interpreter with text processing abilities DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} -MAN1= munger.1 +MAN1= munger.1 minimunger.1 MANCOMPRESSED= yes OPTIONS= SQL "include SQLite interface" on \ |