Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Jan 2000 10:16:22 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15915: Update port: lang/elk
Message-ID:  <20000105181622.663CC15446@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15915
>Category:       ports
>Synopsis:       Update port: lang/elk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan  5 10:20:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Merge scripts/configure into Makefile
- Add WWW: line of pkg/DESCR

Remove file:
scripts/configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/elk/Makefile lang/elk/Makefile
--- /usr/ports/lang/elk/Makefile	Fri Dec 24 08:15:42 1999
+++ lang/elk/Makefile	Wed Jan  5 03:31:58 2000
@@ -1,7 +1,7 @@
-# New ports collection makefile for:    elk
-# Version required:     3.0pl3
-# Date created:         08 March 1995
-# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
+# New ports collection makefile for:	elk
+# Version required:	3.0pl3
+# Date created:		08 March 1995
+# Whom:			Thomas Gellekum <tg@FreeBSD.org>
 #
 # $FreeBSD: ports/lang/elk/Makefile,v 1.21 1999/12/23 18:50:09 steve Exp $
 #
@@ -17,20 +17,26 @@
 ALL_TARGET=	default
 MAN1=		elk.1
 
-#
-# we install the scheme binary as ${PREFIX}/bin/elk
-# to avoid a clash with mit-scheme.
-#
+post-patch:
+	@${CP} ${WRKSRC}/config/untested/386pc-freebsd2.1-cc \
+		${WRKSRC}/config/system
+	@${CP} ${WRKSRC}/config/sites/386pc-freebsd2.1 \
+		${WRKSRC}/config/site
 
 pre-install:
 	@${MKDIR} ${PREFIX}/share/elk
 
+#
+# we install the scheme binary as ${PREFIX}/bin/elk
+# to avoid a clash with mit-scheme.
+#
 post-install:
-	@(cd ${PREFIX}/share/elk; \
-	  ${CP} bin/scheme ${PREFIX}/bin/elk; \
-	  ${MKDIR} ${PREFIX}/include/elk; \
-	  ${CP} -R include/* ${PREFIX}/include/elk; \
-	  ${RM} -rf bin include)
+	${INSTALL_PROGRAM} ${PREFIX}/share/elk/bin/scheme ${PREFIX}/bin/elk
+	@${MKDIR} ${PREFIX}/include/elk
+	${CP} -R ${PREFIX}/share/elk/include/* ${PREFIX}/include/elk
+.for dir in bin include
+	@${RM} -rf ${PREFIX}/share/elk/${dir}
+.endfor
 	@${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/lang/elk/pkg/DESCR lang/elk/pkg/DESCR
--- /usr/ports/lang/elk/pkg/DESCR	Fri Nov  8 16:32:53 1996
+++ lang/elk/pkg/DESCR	Mon Jan  3 17:02:45 2000
@@ -8,3 +8,5 @@
 inventing and implementing yet another extension language, application
 programmers can integrate Elk into their application to make it
 extensible and highly customizable.
+
+WWW: http://www-rn.informatik.uni-bremen.de/software/elk/
diff -urN /usr/ports/lang/elk/scripts/configure lang/elk/scripts/configure
--- /usr/ports/lang/elk/scripts/configure	Wed Dec 20 19:05:23 1995
+++ lang/elk/scripts/configure	Thu Jan  1 09:00:00 1970
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cp ${WRKSRC}/config/untested/386pc-freebsd2.1-cc ${WRKSRC}/config/system
-cp ${WRKSRC}/config/sites/386pc-freebsd2.1 ${WRKSRC}/config/site


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000105181622.663CC15446>