svn commit: r361630 - in head/games/prboom: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jul 12 17:58:08 UTC 2014
Author: rakuco
Date: Sat Jul 12 17:58:06 2014
New Revision: 361630
URL: http://svnweb.freebsd.org/changeset/ports/361630
QAT: https://qat.redports.org/buildarchive/r361630/
Log:
Add a pkg-message with a few warnings.
PR: 191475
Submitted by: thiagohero501 at gmail.com (maintainer)
Added:
head/games/prboom/files/pkg-message.in (contents, props changed)
Modified:
head/games/prboom/Makefile
Modified: head/games/prboom/Makefile
==============================================================================
--- head/games/prboom/Makefile Sat Jul 12 17:43:41 2014 (r361629)
+++ head/games/prboom/Makefile Sat Jul 12 17:58:06 2014 (r361630)
@@ -3,7 +3,7 @@
PORTNAME= prboom
PORTVERSION= 2.5.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
@@ -28,6 +28,8 @@ OPTIONS_DEFAULT= OPENGL
DATADIR= ${LOCALBASE}/share/doom
PLIST_SUB= PORTVERSION=${PORTVERSION}
+SUB_FILES= pkg-message
+
OPENGL_CONFIGURE_ENABLE= gl
OPENGL_USE= GL=yes
Added: head/games/prboom/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/prboom/files/pkg-message.in Sat Jul 12 17:58:06 2014 (r361630)
@@ -0,0 +1,12 @@
+#############################################################
+
+1) This port does not install any doom .wad ,
+so you have to download it and run prboom -iwad /path/to/doom.wad
+or put it in /usr/local/share/games/doom/ !
+
+2) Prboom is very out of date (http://prboom.sourceforge.net), so
+if you like prboom and want a newer version
+you should look at http://prboom-plus.sourceforge.net!
+
+3)Have fun!
+############################################################
More information about the svn-ports-all
mailing list