diff options
Diffstat (limited to 'biology/wise/Makefile')
-rw-r--r-- | biology/wise/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/wise/Makefile b/biology/wise/Makefile index a4d75296443..c7c1e598091 100644 --- a/biology/wise/Makefile +++ b/biology/wise/Makefile @@ -17,6 +17,7 @@ COMMENT= Intelligent algorithms for DNA searches WRKTOP= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKTOP}/src MAKEFILE= makefile +SUB_FILES= pkg-message # # Actually want an 'ALL_TARGET = all perl' which then requires @@ -90,6 +91,6 @@ do-install: .endif post-install: - @${SED} -E -e 's#PREFIX#${PREFIX}#' -e '/(^\[|]$$)/d' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |