pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/fortunes-de



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun  5 03:46:30 UTC 2020

Modified Files:
        pkgsrc/games/fortunes-de: Makefile

Log Message:
fortunes-de: Use DISTNAME and PKGNAME like other packages


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/fortunes-de/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/fortunes-de/Makefile
diff -u pkgsrc/games/fortunes-de/Makefile:1.17 pkgsrc/games/fortunes-de/Makefile:1.18
--- pkgsrc/games/fortunes-de/Makefile:1.17      Sun Jan 26 17:31:15 2020
+++ pkgsrc/games/fortunes-de/Makefile   Fri Jun  5 03:46:29 2020
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:15 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2020/06/05 03:46:29 ryoon Exp $
 #
 
-DISTNAME=      fortunes-de-0.20
+DISTNAME=      fortunes-de_0.20.orig
+PKGNAME=       ${DISTNAME:S/.orig$//:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/}
-DISTFILES=     fortunes-de_0.20.orig.tar.gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://packages.debian.org/unstable/games/fortunes-de.html
 COMMENT=       German data files for fortune
 
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
+
 BUILD_DEPENDS+=        fortune-strfile-[0-9]*:../../games/fortune-strfile
 
 STRFILE=               ${LOCALBASE}/bin/strfile



Home | Main Index | Thread Index | Old Index