[Midnightbsd-cvs] mports: Makefile: Some of the pb files were not copied properly.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 11 10:34:18 EDT 2008


Log Message:
-----------
Some of the pb files were not copied properly.  It's unlikely pb would work on mnbsd anyway, but we should be complete.

Modified Files:
--------------
    mports/games/linux-quake3:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/linux-quake3/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/linux-quake3/Makefile -L games/linux-quake3/Makefile -u -r1.2 -r1.3
--- games/linux-quake3/Makefile
+++ games/linux-quake3/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	quake3
 PORTVERSION=	1.32c
+PORTREVISION=	1
 CATEGORIES=	games linux
 MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|quake3/linux/:data|} \
 		${MASTER_SITE_IDSOFTWARE:S|$|quake3/:patch|}
@@ -98,6 +99,7 @@
 	@${INSTALL_SCRIPT} ${WRKDIR}/${f:R} ${PREFIX}/bin/linux-${f:R}
 .endfor
 .if !defined(WITHOUT_PUNKBUSTER)
+	${MKDIR} ${DATADIR}/pb
 	@${CP} -Rp ${WRKSRC}/pb ${DATADIR}
 .endif
 .if !defined(NOPORTDOCS)


More information about the Midnightbsd-cvs mailing list