Date: Wed, 13 Nov 2013 01:54:10 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333637 - in head/games/xblood: . files Message-ID: <201311130154.rAD1sAah002907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Nov 13 01:54:10 2013 New Revision: 333637 URL: http://svnweb.freebsd.org/changeset/ports/333637 Log: - Add stage support Modified: head/games/xblood/Makefile head/games/xblood/files/patch-aa Modified: head/games/xblood/Makefile ============================================================================== --- head/games/xblood/Makefile Wed Nov 13 01:38:47 2013 (r333636) +++ head/games/xblood/Makefile Wed Nov 13 01:54:10 2013 (r333637) @@ -12,9 +12,6 @@ COMMENT= Makes the root window bloody MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -MAN1= xblood.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/xblood +PLIST_FILES= bin/xblood man/man1/xblood.1.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/games/xblood/files/patch-aa ============================================================================== --- head/games/xblood/files/patch-aa Wed Nov 13 01:38:47 2013 (r333636) +++ head/games/xblood/files/patch-aa Wed Nov 13 01:54:10 2013 (r333637) @@ -1,5 +1,5 @@ ---- Makefile~ Fri Nov 3 06:03:40 2000 -+++ Makefile Fri Nov 3 06:06:29 2000 +--- ./Makefile.orig 2000-02-26 19:02:52.000000000 -0200 ++++ ./Makefile 2013-11-12 23:55:39.000000000 -0200 @@ -1,12 +1,12 @@ -PREFIX = /usr/X11R6 -X11BASE = /usr/X11R6 @@ -17,3 +17,14 @@ LIBS = -lX11 PKGNAME = xblood-2.0 VERSION = XBlood-2.0 +@@ -27,8 +27,8 @@ + $(RM) xblood.1.gz + + install : +- cp xblood $(BINDIR) +- cp xblood.1.gz $(MANDIR) ++ cp xblood ${DESTDIR}$(BINDIR) ++ cp xblood.1.gz ${DESTDIR}$(MANDIR) + + uninstall : + $(RM) $(BINDIR)/xblood
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130154.rAD1sAah002907>