svn commit: r374848 - head/games/prboom-plus

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 17 13:31:44 UTC 2014


Author: bapt
Date: Wed Dec 17 13:31:42 2014
New Revision: 374848
URL: https://svnweb.freebsd.org/changeset/ports/374848
QAT: https://qat.redports.org/buildarchive/r374848/

Log:
  Does not actually need root at all

Modified:
  head/games/prboom-plus/Makefile
  head/games/prboom-plus/pkg-plist

Modified: head/games/prboom-plus/Makefile
==============================================================================
--- head/games/prboom-plus/Makefile	Wed Dec 17 13:21:56 2014	(r374847)
+++ head/games/prboom-plus/Makefile	Wed Dec 17 13:31:42 2014	(r374848)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libsmpeg.so:${PORTSDIR}/mul
 
 USES=		gmake
 USE_SDL=	mixer net sdl
-NEED_ROOT=	yes
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/prboom-plus/pkg-plist
==============================================================================
--- head/games/prboom-plus/pkg-plist	Wed Dec 17 13:21:56 2014	(r374847)
+++ head/games/prboom-plus/pkg-plist	Wed Dec 17 13:31:42 2014	(r374848)
@@ -4,7 +4,6 @@ man/man5/prboom-plus.cfg.5.gz
 man/man6/prboom-plus.6.gz
 man/man6/prboom-plus-game-server.6.gz
 %%DATADIR%%/prboom-plus.wad
- at dirrmtry %%DATADIR%%
 %%PORTDOCS%%%%DOCSDIR%%/MBF.txt
 %%PORTDOCS%%%%DOCSDIR%%/MBFFAQ.txt
 %%PORTDOCS%%%%DOCSDIR%%/README.compat
@@ -17,4 +16,3 @@ man/man6/prboom-plus-game-server.6.gz
 %%PORTDOCS%%%%DOCSDIR%%/prboom-plus-history.html
 %%PORTDOCS%%%%DOCSDIR%%/prboom-plus-history.txt
 %%PORTDOCS%%%%DOCSDIR%%/prboom-plus-usage.txt
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%


More information about the svn-ports-head mailing list