diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 03:36:31 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 03:36:31 +0000 |
commit | 379715cb19e58dc2f79be4ab9670a5bed5835b24 (patch) | |
tree | 30a29cef4de160dcb566216487be47cf1fc2604a /graphics/qvplay/Makefile | |
parent | d7bc070ae1e9fed91954e3be266ea6482b78950a (diff) |
Notes
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index cd7b7a18da4b..bc8b017b2bc1 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -21,6 +21,7 @@ MAN1= qvplay.1 qvrec.1 qvalldel.1 MYPORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \ README README.eng README.FreeBSD +SUB_FILES= pkg-message pre-patch: @${MKDIR} ${WRKSRC} @@ -35,6 +36,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR} .endfor .endif - @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |