pkgsrc-WIP-changes archive

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

picolisp: Add DIST_SUBDIR (thanks wiz)



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Mar 22 20:34:33 2017 +0100
Changeset:	3d20615206c7d3701d390b6bcbb973411420e8f2

Modified Files:
	picolisp/Makefile
	picolisp/Makefile.common

Log Message:
picolisp: Add DIST_SUBDIR (thanks wiz)

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

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

diffstat:
 picolisp/Makefile        | 2 +-
 picolisp/Makefile.common | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/picolisp/Makefile b/picolisp/Makefile
index 83bca669bc..1d53aef69a 100644
--- a/picolisp/Makefile
+++ b/picolisp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	PicoLisp-${PIL_VERSION}
+PKGNAME=	picolisp-${PIL_VERSION}
 
 .include "Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff --git a/picolisp/Makefile.common b/picolisp/Makefile.common
index 10fe89eb25..3403cf913b 100644
--- a/picolisp/Makefile.common
+++ b/picolisp/Makefile.common
@@ -1,6 +1,6 @@
 # $NetBSD$
-# used by wip/PicoLisp/Makefile
-# used by wip/PicoLisp64/Makefile
+# used by wip/picolisp/Makefile
+# used by wip/picolisp64/Makefile
 
 DISTNAME=	picoLisp
 PIL_VERSION=	17.3.21
@@ -15,6 +15,8 @@ LICENSE=	mit
 
 WRKSRC=	${WRKDIR}/picoLisp
 
+DIST_SUBDIR=	${PKGBASE}/${PIL_VERSION}
+
 BUILD_DIRS+=	src
 USE_TOOLS+=	gmake
 


Home | Main Index | Thread Index | Old Index