Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 15:26:32 +0800 (CST)
From:      Li-Lun Wang (Leland Wang) <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Emanuel Haupt <ehaupt@FreeBSD.org>
Subject:   ports/93889: [maintainer update] Fix extract problem for games/noegnud-slashem
Message-ID:  <200602270726.k1R7QWfL044852@Athena.infor.org>
Resent-Message-ID: <200602270730.k1R7U8GR032479@freefall.freebsd.org>

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

>Number:         93889
>Category:       ports
>Synopsis:       [maintainer update] Fix extract problem for games/noegnud-slashem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 07:30:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Li-Lun Wang (Leland Wang)
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD Athena.infor.org 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #3: Thu Jan 26 23:44:20 CST 2006 root@Athena.infor.org:/usr/obj/usr/src/sys/Athena i386


	
>Description:
Fix extract problem for games/noegnud-slashem.
Changed file:	noegnud-slashem/Makefile
	
>How-To-Repeat:
	
>Fix:
diff -urN noegnud-slashem.orig/Makefile noegnud-slashem/Makefile
--- noegnud-slashem.orig/Makefile	Mon Feb 27 01:11:18 2006
+++ noegnud-slashem/Makefile	Mon Feb 27 01:15:34 2006
@@ -46,7 +46,7 @@
 .endif
 
 post-extract:
-	@${CP} ${DISTDIR}/se006e4f8${EXTRACT_SUFX} ${WRKSRC}/tarballs
+	@${CP} ${DISTDIR}/se006e4f8.tar.gz ${WRKSRC}/tarballs
 	(cd ${WRKSRC} && ${MAKE} slashem-0.0.6E4F8)
 
 post-patch:

	


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



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