- 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)
This commit is contained in:
Philip M. Gollucci 2010-01-31 03:42:20 +00:00
parent f906706e6f
commit bc7c753e14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248917

View file

@ -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