diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-10 12:29:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-10 12:29:29 +0800 |
commit | b74e22af4d198883c381e5c00632a9005c954fb9 (patch) | |
tree | 3e633e51ac499bb7b87bc0212e65a9672d7befe6 /lang/munger/Makefile | |
parent | b900cdeb329f4e3b09e67f87b6a9397f4984764a (diff) | |
download | freebsd-ports-gnome-b74e22af4d198883c381e5c00632a9005c954fb9.tar.gz freebsd-ports-gnome-b74e22af4d198883c381e5c00632a9005c954fb9.tar.zst freebsd-ports-gnome-b74e22af4d198883c381e5c00632a9005c954fb9.zip |
. Update to 4.73. [1]
. Placate portlint(1).
PR: 85929
Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
Diffstat (limited to 'lang/munger/Makefile')
-rw-r--r-- | lang/munger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile index 0a529687d110..7256f78b6298 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.71 +PORTVERSION= 4.73 CATEGORIES= lang MASTER_SITES= http://www.jamesbailie.com/ @@ -14,6 +14,7 @@ MAINTAINER= jimmy@jamesbailie.com COMMENT= Static lisp interpreter with text processing abilities RUN_DEPENDS= nc:${PORTSDIR}/net/netcat + DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} MAN1= munger.1 |