aboutsummaryrefslogtreecommitdiffstats
path: root/lang/munger/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-26 05:26:37 +0800
committermiwi <miwi@FreeBSD.org>2006-08-26 05:26:37 +0800
commita5a7c4dbffb9e428acec08622e32796a894d0373 (patch)
treeed66f8fd9554f9842f0bf369c7e3b3ffdbd7a1de /lang/munger/Makefile
parentaacc8c5d585f7a2bbc9a8a18f9e8bee417145391 (diff)
downloadfreebsd-ports-gnome-a5a7c4dbffb9e428acec08622e32796a894d0373.tar.gz
freebsd-ports-gnome-a5a7c4dbffb9e428acec08622e32796a894d0373.tar.zst
freebsd-ports-gnome-a5a7c4dbffb9e428acec08622e32796a894d0373.zip
- Update mail adresse
- Update to 4.109 PR: ports/102444 Submitted by: James Bailie <jimmy(at)jamesbailie.com>, (maintainer) Approved by: krion (mentor)
Diffstat (limited to 'lang/munger/Makefile')
-rw-r--r--lang/munger/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile
index fc8258c1908b..47f4928f9048 100644
--- a/lang/munger/Makefile
+++ b/lang/munger/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: munger
# Date created: Thu, 03 Jul 2003 20:05:06 EDT
-# Whom: James Bailie <jimmy@jamesbailie.com>
+# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= munger
-PORTVERSION= 4.108
+PORTVERSION= 4.109
CATEGORIES= lang
-MASTER_SITES= http://www.jamesbailie.com/
+MASTER_SITES= http://www.mammothcheese.ca/
-MAINTAINER= jimmy@jamesbailie.com
+MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Static lisp interpreter with text processing abilities
DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
@@ -24,7 +24,7 @@ OPTIONS= FCGI "include FastCGI interface" on \
BN "include bignum support" off \
DKNS "install Dickens text editor" off
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>