Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 17:40:23 +0100 (CET)
From:      Alexander Langer <alex@cichlids.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16445: fix biology/molden (bentofied)
Message-ID:  <200001291640.RAA22553@cichlids.cichlids.com>

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

>Number:         16445
>Category:       ports
>Synopsis:       fix biology/molden (bentofied)
>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:   Sat Jan 29 08:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
This space is intentionally left blank.
>Environment:

bento

>Description:

see bento: on -current we should not strip something we don't know 
how to strip:
alex:/tmp/bento/molden $ file work/molden3.4/molden
work/molden3.4/molden: FreeBSD/i386 compact demand paged dynamically linked executable

>How-To-Repeat:

install

>Fix:

--- Makefile.diff begins here ---
--- Makefile.old	Sat Jan 29 17:37:02 2000
+++ Makefile	Sat Jan 29 17:38:33 2000
@@ -53,8 +53,7 @@
 .endif
 
 do-install:
-	strip  ${WRKSRC}/molden
-	${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/molden ${PREFIX}/bin/
 .if !defined(NOPORTDOCS)
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/molden/doc
 	${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/doc/molden/test
--- Makefile.diff ends here ---



>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?200001291640.RAA22553>