pkgsrc-WIP-changes archive

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

denise: put distfile in subdirectory



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Nov 8 16:07:14 2020 +0100
Changeset:	d658a05ce211eecb2e771f86902f8b0625b49675

Modified Files:
	denise/Makefile

Log Message:
denise: put distfile in subdirectory

because its name is just the version number (denise/v1.0.9.tar.bz2)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d658a05ce211eecb2e771f86902f8b0625b49675

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

diffstat:
 denise/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/denise/Makefile b/denise/Makefile
index 304426afc6..c8e1605dd1 100644
--- a/denise/Makefile
+++ b/denise/Makefile
@@ -4,6 +4,7 @@ DISTNAME=	v1.0.9
 PKGNAME=	denise-${DISTNAME:S,^v,,}
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/piciji/denise/get/
+DIST_SUBDIR=    denise
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	rhialto%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index