[Midnightbsd-cvs] mports [20812] trunk/misc/wmtunlo: fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 22:29:03 EST 2015


Revision: 20812
          http://svnweb.midnightbsd.org/mports/?rev=20812
Author:   laffer1
Date:     2015-11-12 22:29:03 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/misc/wmtunlo/Makefile
    trunk/misc/wmtunlo/distinfo
    trunk/misc/wmtunlo/files/patch-Makefile
    trunk/misc/wmtunlo/pkg-descr
    trunk/misc/wmtunlo/pkg-plist

Property Changed:
----------------
    trunk/misc/wmtunlo/files/patch-Makefile

Modified: trunk/misc/wmtunlo/Makefile
===================================================================
--- trunk/misc/wmtunlo/Makefile	2015-11-13 03:26:45 UTC (rev 20811)
+++ trunk/misc/wmtunlo/Makefile	2015-11-13 03:29:03 UTC (rev 20812)
@@ -10,12 +10,15 @@
 		http://cvsup.theplanet.com/distfiles/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A falling-down-a-tunnel dockapp
+COMMENT=	Falling-down-a-tunnel dockapp
+
 LICENSE=        gpl2
 
 USE_XORG=	x11 xpm xextproto
 ALL_TARGET=	wmtunlo
 
+OPTIONS_DEFINE=	EXAMPLES
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin
 	@${MKDIR} ${EXAMPLESDIR}

Modified: trunk/misc/wmtunlo/distinfo
===================================================================
--- trunk/misc/wmtunlo/distinfo	2015-11-13 03:26:45 UTC (rev 20811)
+++ trunk/misc/wmtunlo/distinfo	2015-11-13 03:29:03 UTC (rev 20812)
@@ -1,4 +1,2 @@
-MD5 (wmtunlo-0.1.3.tar.gz) = 007a4b009cc68f55c9a483bfa87efd4e
 SHA256 (wmtunlo-0.1.3.tar.gz) = 8bf7347dcdd48ba526994f63002d7b9e9e588fad2d04f8379ae23d6192372638
-RMD160 (wmtunlo-0.1.3.tar.gz) = 387cc740fb0e96dedc719e238a4c34bd16950afa
 SIZE (wmtunlo-0.1.3.tar.gz) = 19482

Modified: trunk/misc/wmtunlo/files/patch-Makefile
===================================================================
--- trunk/misc/wmtunlo/files/patch-Makefile	2015-11-13 03:26:45 UTC (rev 20811)
+++ trunk/misc/wmtunlo/files/patch-Makefile	2015-11-13 03:29:03 UTC (rev 20812)
@@ -6,8 +6,8 @@
 -INCS			= -I/usr/X11R6/include/X11
 -LIBS			= -L/usr/X11R6/lib -lXpm -lX11 -lXext -lm
 +CFLAGS			+= -Wall
-+INCS			= -I${X11BASE}/include -I${X11BASE}/include/X11
-+LIBS			= -L${X11BASE}/lib -lXpm -lX11 -lXext -lm
++INCS			= -I${LOCALBASE}/include -I${LOCALBASE}/include/X11
++LIBS			= -L${LOCALBASE}/lib -lXpm -lX11 -lXext -lm
  INSTALL_PREFIX	= /usr/local
  
  


Property changes on: trunk/misc/wmtunlo/files/patch-Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/misc/wmtunlo/pkg-descr
===================================================================
--- trunk/misc/wmtunlo/pkg-descr	2015-11-13 03:26:45 UTC (rev 20811)
+++ trunk/misc/wmtunlo/pkg-descr	2015-11-13 03:29:03 UTC (rev 20812)
@@ -2,5 +2,3 @@
 The visualization is highly customizable, and a number of example
 configuration files are included. Very hypnotic, and will greatly
 assist you in not getting any work done.
-
-WWW: http://clay.ll.pl/projects.html

Modified: trunk/misc/wmtunlo/pkg-plist
===================================================================
--- trunk/misc/wmtunlo/pkg-plist	2015-11-13 03:26:45 UTC (rev 20811)
+++ trunk/misc/wmtunlo/pkg-plist	2015-11-13 03:29:03 UTC (rev 20812)
@@ -1,11 +1,10 @@
 bin/wmtunlo
-share/examples/wmtunlo/wmtunlorc.example1
-share/examples/wmtunlo/wmtunlorc.example2
-share/examples/wmtunlo/wmtunlorc.example3
-share/examples/wmtunlo/wmtunlorc.example4
-share/examples/wmtunlo/wmtunlorc.example5
-share/examples/wmtunlo/wmtunlorc.example6
-share/examples/wmtunlo/wmtunlorc.example7
-share/examples/wmtunlo/wmtunlorc.example8
-share/examples/wmtunlo/wmtunlorc.original
- at dirrm share/examples/wmtunlo
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example1
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example4
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example5
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example6
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example7
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.example8
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmtunlorc.original



More information about the Midnightbsd-cvs mailing list