Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2001 10:59:31 -0700 (MST)
From:      Jordan DeLong <fracture@allusion.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28793: Update port: games/yadex
Message-ID:  <200107071759.f67HxVd33861@cx420564-b.tucson1.az.home.com>

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

>Number:         28793
>Category:       ports
>Synopsis:       Update port: games/yadex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 11:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jordan DeLong
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Fri Jul 6 13:25:38 MST 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386


	
>Description:
	changed the pkg-plist to use a PLIST_SUB for the version
>How-To-Repeat:
	apply the diff
>Fix:

diff -u -ruN yadex-orig/Makefile yadex/Makefile
--- yadex-orig/Makefile	Sat Jul  7 04:18:23 2001
+++ yadex/Makefile	Sat Jul  7 10:48:40 2001
@@ -14,10 +14,11 @@
 
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 MAN6=		yadex.6 ybsp.6
 
 post-install:
-	${CHMOD} 644 ${PREFIX}/etc/yadex/1.5.2/yadex.cfg
+	${CHMOD} 644 ${PREFIX}/etc/yadex/${PORTVERSION}/yadex.cfg
 
 .include <bsd.port.mk>
diff -u -ruN yadex-orig/pkg-plist yadex/pkg-plist
--- yadex-orig/pkg-plist	Sat Jul  7 04:18:23 2001
+++ yadex/pkg-plist	Sat Jul  7 10:46:08 2001
@@ -1,19 +1,19 @@
 bin/yadex
-bin/yadex-1.5.2
+bin/yadex-%%PORTVERSION%%
 bin/ybsp
-bin/ybsp-1.5.2
-etc/yadex/1.5.2/yadex.cfg
-share/yadex/1.5.2/doom.ygd
-share/yadex/1.5.2/doom02.ygd
-share/yadex/1.5.2/doom04.ygd
-share/yadex/1.5.2/doom05.ygd
-share/yadex/1.5.2/doom2.ygd
-share/yadex/1.5.2/doompr.ygd
-share/yadex/1.5.2/heretic.ygd
-share/yadex/1.5.2/hexen.ygd
-share/yadex/1.5.2/strife.ygd
-share/yadex/1.5.2/strife10.ygd
-@dirrm share/yadex/1.5.2
+bin/ybsp-%%PORTVERSION%%
+etc/yadex/%%PORTVERSION%%/yadex.cfg
+share/yadex/%%PORTVERSION%%/doom.ygd
+share/yadex/%%PORTVERSION%%/doom02.ygd
+share/yadex/%%PORTVERSION%%/doom04.ygd
+share/yadex/%%PORTVERSION%%/doom05.ygd
+share/yadex/%%PORTVERSION%%/doom2.ygd
+share/yadex/%%PORTVERSION%%/doompr.ygd
+share/yadex/%%PORTVERSION%%/heretic.ygd
+share/yadex/%%PORTVERSION%%/hexen.ygd
+share/yadex/%%PORTVERSION%%/strife.ygd
+share/yadex/%%PORTVERSION%%/strife10.ygd
+@dirrm share/yadex/%%PORTVERSION%%
 @dirrm share/yadex
-@dirrm etc/yadex/1.5.2
+@dirrm etc/yadex/%%PORTVERSION%%
 @dirrm etc/yadex
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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