[Midnightbsd-cvs] mports: Makefile: Fix args

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 1 21:46:09 EDT 2008


Log Message:
-----------
Fix args

Modified Files:
--------------
    mports/astro/luna:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/astro/luna/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L astro/luna/Makefile -L astro/luna/Makefile -u -r1.2 -r1.3
--- astro/luna/Makefile
+++ astro/luna/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	luna
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	astro games
 MASTER_SITES=	ftp://ftp.vector.co.jp/pack/dos/edu/science/space/
 DISTNAME=	luna19s
@@ -20,7 +21,7 @@
 EXTRACT_DEPENDS=	lha:${PORTSDIR}/archivers/lha
 
 EXTRACT_CMD=	lha
-EXTRACT_BEFORE_ARGS=	xtfq1w=${WRKDIR}
+EXTRACT_BEFORE_ARGS=	xtfqw=${WRKDIR}
 EXTRACT_AFTER_ARGS=	# empty
 
 NO_WRKSUBDIR=	yes


More information about the Midnightbsd-cvs mailing list