pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/quake2forge oops, I should use vi instead of vim...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee6ef5c3c996
branches:  trunk
changeset: 473224:ee6ef5c3c996
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Apr 17 19:19:50 2004 +0000

description:
oops, I should use vi instead of vim, this time indent correctly.

diffstat:

 games/quake2forge/Makefile |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (49 lines):

diff -r 5d350f5f6a09 -r ee6ef5c3c996 games/quake2forge/Makefile
--- a/games/quake2forge/Makefile        Sat Apr 17 19:17:38 2004 +0000
+++ b/games/quake2forge/Makefile        Sat Apr 17 19:19:50 2004 +0000
@@ -1,32 +1,32 @@
-# $NetBSD: Makefile,v 1.6 2004/04/17 19:16:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/17 19:19:50 xtraeme Exp $
 #
 
-DISTNAME=              quake2-0.2.1
-PKGNAME=               ${DISTNAME:S/quake2/quake2forge/}
-CATEGORIES=            games
+DISTNAME=      quake2-0.2.1
+PKGNAME=       ${DISTNAME:S/quake2/quake2forge/}
+CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=quake/}
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=            xtraeme%NetBSD.org@localhost
-HOMEPAGE=              http://www.quakeforge.net/
-COMMENT=               Quake2Forge is the Quake II engine
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://www.quakeforge.net/
+COMMENT=       Quake2Forge is the Quake II engine
 
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   yes
-USE_X11=               yes
+USE_X11=       yes
 GNU_CONFIGURE= yes
 
-USE_BUILTIN.glu=               yes
+USE_BUILTIN.glu=       yes
 USE_BUILTIN.MesaLib=   yes
 
 BUILDLINK_TRANSFORM+=  S:-Werror:
-CONFIGURE_ARGS+=               --program-transform-name='s/^quake2$$/quake2forge/'
+CONFIGURE_ARGS+=       --program-transform-name='s/^quake2$$/quake2forge/'
 
 post-install:
-               ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/quake2forge
-               ${INSTALL_DATA} ${WRKSRC}/docs/README* ${PREFIX}/share/doc/quake2forge
-               ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/quake2forge
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/quake2forge
+       ${INSTALL_DATA} ${WRKSRC}/docs/README* ${PREFIX}/share/doc/quake2forge
+       ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/quake2forge
 
 SUBST_CLASSES=         snd data
 SUBST_STAGE.snd=       post-patch



Home | Main Index | Thread Index | Old Index