Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 02:31:19 +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: r333646 - in head/games/xdesktopwaves: . files
Message-ID:  <201311130231.rAD2VJK4017097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Nov 13 02:31:18 2013
New Revision: 333646
URL: http://svnweb.freebsd.org/changeset/ports/333646

Log:
  - Add stage support

Modified:
  head/games/xdesktopwaves/Makefile
  head/games/xdesktopwaves/files/patch-makefile

Modified: head/games/xdesktopwaves/Makefile
==============================================================================
--- head/games/xdesktopwaves/Makefile	Wed Nov 13 02:28:56 2013	(r333645)
+++ head/games/xdesktopwaves/Makefile	Wed Nov 13 02:31:18 2013	(r333646)
@@ -10,10 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simulation of water waves on the desktop
 
-MAN1=		xdesktopwaves.1
 USE_XORG=	x11 xext
 
-PLIST_FILES=	bin/xdesktopwaves
+PLIST_FILES=	bin/xdesktopwaves \
+		man/man1/xdesktopwaves.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/xdesktopwaves/files/patch-makefile
==============================================================================
--- head/games/xdesktopwaves/files/patch-makefile	Wed Nov 13 02:28:56 2013	(r333645)
+++ head/games/xdesktopwaves/files/patch-makefile	Wed Nov 13 02:31:18 2013	(r333646)
@@ -1,5 +1,5 @@
---- Makefile.orig	Sat Dec 18 13:47:40 2004
-+++ Makefile	Wed Feb 23 22:28:56 2005
+--- ./Makefile.orig	2004-12-18 03:47:40.000000000 -0200
++++ ./Makefile	2013-11-13 00:35:29.000000000 -0200
 @@ -11,19 +11,19 @@
  
  #=========================== C compiler configuration ==========================
@@ -26,3 +26,14 @@
  INSTALL = install
  RM      = rm -f -v
  
+@@ -41,8 +41,8 @@
+ 	$(RM) xdesktopwaves.o
+ 
+ install: xdesktopwaves xdesktopwaves.1
+-	$(INSTALL) -c -m 0755 -s xdesktopwaves $(BINDIR)/xdesktopwaves
+-	$(INSTALL) -c -m 0444 xdesktopwaves.1 $(MAN1DIR)/xdesktopwaves.1
++	$(INSTALL) -c -m 0755 -s xdesktopwaves ${DESTDIR}$(BINDIR)/xdesktopwaves
++	$(INSTALL) -c -m 0444 xdesktopwaves.1 ${DESTDIR}$(MAN1DIR)/xdesktopwaves.1
+ 
+ uninstall:
+ 	$(RM) $(BINDIR)/xdesktopwaves



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130231.rAD2VJK4017097>