aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-27 17:28:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-27 17:28:35 +0000
commita1e2ed18dd1b0bd8a27ae1b1538707bbff4cb8c0 (patch)
tree64b0a4f422f65b9caec09007aa026a6224bebdc8 /lang/guile
parentd3be877d4b6fdbc49ed9e2ab09c9e138900a758a (diff)
downloadports-a1e2ed18dd1b0bd8a27ae1b1538707bbff4cb8c0.tar.gz
ports-a1e2ed18dd1b0bd8a27ae1b1538707bbff4cb8c0.zip
Reset maintainership per maintainer request
While here: - trim headers - Remove shlib number - Small cleanup up
Notes
Notes: svn path=/head/; revision=309548
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 5baa2e20959d..7f43b427415a 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: guile
-# Date created: 2 November 1997
-# Whom: jseger@FreeBSD.org
-#
+# Created by: jseger@FreeBSD.org
# $FreeBSD$
# $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $
@@ -11,10 +8,10 @@ CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
-MAINTAINER= amatus@gnu.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Ubiquitous Intelligent Language for Extension
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
USE_AUTOTOOLS= autoconf libltdl
USE_GMAKE= yes
@@ -36,8 +33,6 @@ REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \
INFO= goops guile-tut guile r5rs
-.include <bsd.port.pre.mk>
-
post-extract:
cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
@@ -47,4 +42,4 @@ post-patch:
${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
@${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>