Sat Dec 30 17:45:15 2023 UTC (148d)
cannot be found anymore. fetch from backup.


(zafer)
diff -r1.19 -r1.20 pkgsrc/games/fortunes-de/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/games/fortunes-de/Makefile (expand / switch to unified diff)

--- pkgsrc/games/fortunes-de/Makefile 2023/06/06 12:41:24 1.19
+++ pkgsrc/games/fortunes-de/Makefile 2023/12/30 17:45:14 1.20
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.19 2023/06/06 12:41:24 riastradh Exp $ 1# $NetBSD: Makefile,v 1.20 2023/12/30 17:45:14 zafer Exp $
2# 2#
3 3
4DISTNAME= fortunes-de_0.20.orig 4DISTNAME= fortunes-de_0.20.orig
5PKGNAME= ${DISTNAME:S/.orig$//:S/_/-/} 5PKGNAME= ${DISTNAME:S/.orig$//:S/_/-/}
6CATEGORIES= games 6CATEGORIES= games
7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/} 7MASTER_SITES= #
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://packages.debian.org/unstable/games/fortunes-de.html 10HOMEPAGE= https://packages.debian.org/unstable/games/fortunes-de.html
11COMMENT= German data files for fortune 11COMMENT= German data files for fortune
12 12
13WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 13WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
14 14
15TOOL_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile 15TOOL_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile
16 16
17STRFILE= ${LOCALBASE}/bin/strfile 17STRFILE= ${LOCALBASE}/bin/strfile
18INSTALLATION_DIRS= share/games/fortune/de 18INSTALLATION_DIRS= share/games/fortune/de
19CHECK_PORTABILITY_SKIP= install.sh 19CHECK_PORTABILITY_SKIP= install.sh
20 20