svn commit: r333646 - in head/games/xdesktopwaves: . files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Nov 13 02:31:19 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list