diff options
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index 46ea6cb1d25c..bdcc5fe2f69e 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -35,6 +35,6 @@ post-install: ${PREFIX}/share/doc/qvplay; \ done @${ECHO} && ${ECHO} - @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGDIR}/MESSAGE + @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE} .include <bsd.port.mk> |