aboutsummaryrefslogtreecommitdiff
path: root/games/jfk/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-10 00:36:06 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-10 00:36:06 +0000
commit78ea0c444672ebfca28e4bf43ebe7c9eb14466bd (patch)
tree54bf52bb92be5c53e363ea850f58c45993ec549b /games/jfk/Makefile
parente68134475c76935bfd67cafc59e8486150b1b597 (diff)
downloadports-78ea0c444672ebfca28e4bf43ebe7c9eb14466bd.tar.gz
ports-78ea0c444672ebfca28e4bf43ebe7c9eb14466bd.zip
SUBFILES += pkg-message
PR: ports/142532 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes
Notes: svn path=/head/; revision=247499
Diffstat (limited to 'games/jfk/Makefile')
-rw-r--r--games/jfk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/jfk/Makefile b/games/jfk/Makefile
index a051eed82aad..d64026836562 100644
--- a/games/jfk/Makefile
+++ b/games/jfk/Makefile
@@ -16,6 +16,7 @@ COMMENT= A multiplayer 2D shoot'em up game
GNU_CONFIGURE= yes
USE_SDL= image sdl
+SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
@@ -33,6 +34,6 @@ do-install:
.endif
post-install:
- @${SED} s-\$${PREFIX}-${PREFIX}-g < ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>