Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2006 09:36:54 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98933: [update] games/evilfinder add WRAPPER option and Makefile cleanup
Message-ID:  <200606140936.k5E9arOM020590@www.freebsd.org>
Resent-Message-ID: <200606140940.k5E9eEX1099706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98933
>Category:       ports
>Synopsis:       [update] games/evilfinder add WRAPPER option and Makefile cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 14 09:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        n/a
>Organization:
private
>Environment:
n/a
>Description:
add WRAPPER option and do small Makefile cleanup
>How-To-Repeat:

>Fix:
--- Makefile.orig      Wed Jun 14 11:28:38 2006
+++ Makefile    Wed Jun 14 12:19:15 2006
@@ -17,6 +17,8 @@
 
 WRKSRC=                ${WRKDIR}/${PORTNAME}
 
+OPTIONS=       WRAPPER "Build with evilfinder wrapper" on
+
 .include <bsd.port.pre.mk>

--- pkg-plist.orig    Thu Jun 12 02:03:23 2003
+++ pkg-plist   Wed Jun 14 12:07:51 2006
@@ -1,7 +1,7 @@
 bin/ef
 %%WRAPPER%%bin/evilfinder
 bin/shuffle
-%%PORTDOCS%%share/doc/evilfinder/README
-share/evilfinder/evilnumbers.dat
-%%PORTDOCS%%@dirrm share/doc/evilfinder
-@dirrm share/evilfinder
+%%DOCSDIR%%/README
+%%DATADIR%%/evilnumbers.dat
+@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



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