diff options
author | tron <tron> | 2004-04-11 11:50:03 +0000 |
---|---|---|
committer | tron <tron> | 2004-04-11 11:50:03 +0000 |
commit | 4597f8f76fbb55dd09dab386555e1dfb4aa1351c (patch) | |
tree | 4d7ff8df280e4e3569ecc369cc85b8ac5560a47e /games | |
parent | 105c1b406021dcf723569cc472267a9e8a63c8b5 (diff) | |
download | pkgsrc-4597f8f76fbb55dd09dab386555e1dfb4aa1351c.tar.gz |
Get rid of the ridiculous distribution filename "incoming" by fetching
it as "xgalaga-2.0.34.tar.gz" from "${MASTER_SITE_LOCAL}". Now that the
project has been deleted on SourceForge the distribution file is likely
going to disappear from there, too.
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga/Makefile | 13 | ||||
-rw-r--r-- | games/xgalaga/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index dfbc32a26e0..be5ba075ad6 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 11:45:22 tron Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/11 11:50:03 tron Exp $ -DISTNAME= incoming # yes, really! -PKGNAME= xgalaga-2.0.34 +DISTNAME= xgalaga-2.0.34 PKGREVISION= 2 CATEGORIES= games x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xgalaga/} -EXTRACT_SUFX= # empty +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= root@garbled.net COMMENT= Very fast true-to-the-original port of galaga for X11 -WRKSRC= ${WRKDIR}/${PKGNAME:C,nb${PKGREVISION},,} +NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" + USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/share/xgalaga CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/bin +WRKSRC= ${WRKDIR}/${PKGNAME:C,nb${PKGREVISION},,} + post-install: ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/xgalaga/README diff --git a/games/xgalaga/distinfo b/games/xgalaga/distinfo index 2309e6636d7..2a1ea1c1ff1 100644 --- a/games/xgalaga/distinfo +++ b/games/xgalaga/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2003/09/10 13:03:42 hubertf Exp $ +$NetBSD: distinfo,v 1.5 2004/04/11 11:50:03 tron Exp $ -SHA1 (incoming) = 82dcb328af0d9e779c566f4225d7f072b1c17b7d -Size (incoming) = 314189 bytes +SHA1 (xgalaga-2.0.34.tar.gz) = 82dcb328af0d9e779c566f4225d7f072b1c17b7d +Size (xgalaga-2.0.34.tar.gz) = 314189 bytes SHA1 (patch-aa) = 886d7c372e0b477f062402e5e919d32645c7deb2 SHA1 (patch-ab) = 4131368cb7481ee20a753e0b45bd9560b157cf6f SHA1 (patch-ac) = ca85bafaa637fc03d1c53a527c7804a95c146fe3 |