diff options
-rw-r--r-- | games/quake2lnx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 92ffda461bb7..cacb926d3bb3 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -403,7 +403,10 @@ do-install: . endif .endif +PKGMESSAGE= ${WRKDIR}/pkg-message + post-install: - @${SED} -e 's|$${DATADIR}|${DATADIR}|g' ${PKGMESSAGE} + @${SED} -e 's|$${DATADIR}|${DATADIR}|g' ${.CURDIR}/pkg-message >${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |