pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/fortunes-futurama Fixed so that the package will...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ea4002ccb1d
branches: trunk
changeset: 521307:2ea4002ccb1d
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 09 08:44:04 2006 +0000
description:
Fixed so that the package will work when PKGREVISION gets set.
diffstat:
games/fortunes-futurama/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 28c40a6117cb -r 2ea4002ccb1d games/fortunes-futurama/Makefile
--- a/games/fortunes-futurama/Makefile Thu Nov 09 08:41:45 2006 +0000
+++ b/games/fortunes-futurama/Makefile Thu Nov 09 08:44:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/11/11 20:26:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/11/09 08:44:04 rillig Exp $
#
DISTNAME= fortunes-futurama-0.2
@@ -16,11 +16,11 @@
WRKSRC= ${WRKDIR}
do-build:
- ${STRFILE} ${WRKDIR}/${PKGNAME}
+ ${STRFILE} ${WRKDIR}/${DISTNAME}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/fortune/
- ${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${PREFIX}/share/games/fortune/futurama
- ${INSTALL_DATA} ${WRKDIR}/${PKGNAME}.dat ${PREFIX}/share/games/fortune/futurama.dat
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/share/games/fortune/futurama
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.dat ${PREFIX}/share/games/fortune/futurama.dat
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index