diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-31 11:42:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-31 11:42:20 +0800 |
commit | c9881c45aaf374f21a666c8ec67bdbf62db6e39f (patch) | |
tree | 10f5665969a7108e518fbf1ae56e8565e1a9f4a4 /biology | |
parent | 05950833505b860a4de58feb8c7bdb3c94bd8171 (diff) | |
download | freebsd-ports-gnome-c9881c45aaf374f21a666c8ec67bdbf62db6e39f.tar.gz freebsd-ports-gnome-c9881c45aaf374f21a666c8ec67bdbf62db6e39f.tar.zst freebsd-ports-gnome-c9881c45aaf374f21a666c8ec67bdbf62db6e39f.zip |
- use $SUB_FILES to dynamically adjust pkg-message
PR: ports/142408
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: fernan@iib.unsam.edu.ar (maintainer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 0cb82b9b55bc..6b15b9e1cf8d 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -18,7 +18,7 @@ COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support 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 @@ post-install: .endif .if !defined(BATCH) - @ ${SED} -e "s#%%PREFIX%%#${PREFIX}#" ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @ ${CAT} ${PKGMESSAGE} .endif |