aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+
+--------------------------------------------------------------------