svn commit: r344602 - head/games/xblackjack
Martin Wilke
miwi at FreeBSD.org
Sun Feb 16 16:16:55 UTC 2014
Author: miwi
Date: Sun Feb 16 16:16:53 2014
New Revision: 344602
URL: http://svnweb.freebsd.org/changeset/ports/344602
QAT: https://qat.redports.org/buildarchive/r344602/
Log:
- Stage support
Modified:
head/games/xblackjack/Makefile
head/games/xblackjack/pkg-plist
Modified: head/games/xblackjack/Makefile
==============================================================================
--- head/games/xblackjack/Makefile Sun Feb 16 16:16:45 2014 (r344601)
+++ head/games/xblackjack/Makefile Sun Feb 16 16:16:53 2014 (r344602)
@@ -16,8 +16,6 @@ LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits
USES= imake
USE_XORG= x11 xext xp xt xmu
-MAN1= xblackjack.1
CFLAGS+= -Wno-error=return-type
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/games/xblackjack/pkg-plist
==============================================================================
--- head/games/xblackjack/pkg-plist Sun Feb 16 16:16:45 2014 (r344601)
+++ head/games/xblackjack/pkg-plist Sun Feb 16 16:16:53 2014 (r344602)
@@ -1,2 +1,3 @@
bin/xblackjack
lib/X11/app-defaults/XBlackjack
+man/man1/xblackjack.1.gz
More information about the svn-ports-all
mailing list