Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 05:32:32 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142408: [patch] biology/ncbi-toolkit use $SUB_FILES to dynamically adjust pkg-message
Message-ID:  <201001070532.o075WWwk036701@www.freebsd.org>
Resent-Message-ID: <201001070540.o075e1mg045613@freefall.freebsd.org>

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

>Number:         142408
>Category:       ports
>Synopsis:       [patch] biology/ncbi-toolkit use $SUB_FILES to dynamically adjust pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 05:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/biology/ncbi-toolkit/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	28 Mar 2009 16:59:39 -0000	1.27
+++ Makefile	7 Jan 2010 05:27:49 -0000
@@ -18,7 +18,7 @@
 
 USE_MOTIF=	yes
 CPIO_ARGS=	--quiet -pdum -R
-PKGMESSAGE=	${WRKDIR}/pkg-message
+SUB_FILES=	pkg-message
 
 # These are the executables we install.
 #
@@ -108,7 +108,6 @@
 .endif
 
 .if !defined(BATCH)
-	@ ${SED} -e "s#%%PREFIX%%#${PREFIX}#" ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
 	@ ${CAT} ${PKGMESSAGE}
 .endif
 


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



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