aboutsummaryrefslogtreecommitdiff
path: root/games/drcreep
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-05-01 10:26:07 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-05-01 10:26:07 +0000
commitc00820ad5724b74c4668f22c04b4d569651e187a (patch)
tree26d84ed9c8db0afc76926b8b2a3cf6fc3694485d /games/drcreep
parentf2e0f26091f9d1ca039742d35ca65a8fbd925ab7 (diff)
- Use pkg-message instead of ${ECHO}
Suggested by: makc Approved by: maintainer timeout (2 weeks), eadler (mentor)
Notes
Notes: svn path=/head/; revision=295778
Diffstat (limited to 'games/drcreep')
-rw-r--r--games/drcreep/Makefile9
-rw-r--r--games/drcreep/files/pkg-message.in5
2 files changed, 8 insertions, 6 deletions
diff --git a/games/drcreep/Makefile b/games/drcreep/Makefile
index 26b4c1c0b5b2..54db807904fa 100644
--- a/games/drcreep/Makefile
+++ b/games/drcreep/Makefile
@@ -20,6 +20,8 @@ USE_SDL= sdl
WRKSRC= ${WRKDIR}/head
+SUB_FILES+= pkg-message
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 801000
@@ -40,11 +42,6 @@ do-install:
${MKDIR} ${DATADIR}/data/save
${INSTALL_DATA} ${WRKSRC}/run/data/char.rom ${DATADIR}/data
-
- @echo '------------------------------------------------------'
- @echo ''
- @echo 'Please copy your Castles of Dr. Creep disk image (D64) to ${DATADIR}/data'
- @echo ''
- @echo ''
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/games/drcreep/files/pkg-message.in b/games/drcreep/files/pkg-message.in
new file mode 100644
index 000000000000..6e92e59a239b
--- /dev/null
+++ b/games/drcreep/files/pkg-message.in
@@ -0,0 +1,5 @@
+--------------------------------------------------------------------
+
+Please copy your Castles of Dr. Creep disk image (D64) to ${DATADIR}/data
+
+--------------------------------------------------------------------