pkgsrc-WIP-changes archive

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

ape: Add destdir support and fix man path



Module Name:	pkgsrc-wip
Committed By:	Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 22 11:48:32 2020 -0600
Changeset:	acf20e3a8364f5d142d7b947c2fb4278de14f73d

Modified Files:
	ape/Makefile
	ape/distinfo

Log Message:
ape: Add destdir support and fix man path

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

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

diffstat:
 ape/Makefile | 6 +++---
 ape/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/ape/Makefile b/ape/Makefile
index 1c2e62014f..ed70452f56 100644
--- a/ape/Makefile
+++ b/ape/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.7 2014/04/03 01:21:22 outpaddling Exp $
 
-DISTNAME=	APE-3.5.3.14
+DISTNAME=	APE-3.5.3.15
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	73e51ade77f0c9d23c99d4aa3f2259bfa242212a
+GITHUB_TAG=	c28b5ab4fa51e555b1b8a83433489c2c95b479eb
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/APE
@@ -12,7 +12,7 @@ LICENSE=	2-clause-bsd
 
 DEPENDS=	webbrowser>=0:../../wip/webbrowser
 
-MAKE_ENV+=	STAGEDIR=${DESTDIR}
+INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE} LOCALBASE=${PREFIX} depend
diff --git a/ape/distinfo b/ape/distinfo
index 3938e767c4..ce8f3654ec 100644
--- a/ape/distinfo
+++ b/ape/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (APE-3.5.3.14-73e51ade77f0c9d23c99d4aa3f2259bfa242212a.tar.gz) = 4b546513c1f8aa44fcb9816c024a717a500cb0f1
-RMD160 (APE-3.5.3.14-73e51ade77f0c9d23c99d4aa3f2259bfa242212a.tar.gz) = 45634e85fcd4c30768d8cb3a02f327ac805d9066
-SHA512 (APE-3.5.3.14-73e51ade77f0c9d23c99d4aa3f2259bfa242212a.tar.gz) = 33a628ef47170ed24ba73c6b08a2d360cdf476ca6688a87b463d89c8cfb3fcf50c8f951ccda8658f59c059f17579a6b6132b9366a9f37c5266ae56747db81ec3
-Size (APE-3.5.3.14-73e51ade77f0c9d23c99d4aa3f2259bfa242212a.tar.gz) = 187433 bytes
+SHA1 (APE-3.5.3.15-c28b5ab4fa51e555b1b8a83433489c2c95b479eb.tar.gz) = c056bfed51497706cd859e24a12b1e505d223ad1
+RMD160 (APE-3.5.3.15-c28b5ab4fa51e555b1b8a83433489c2c95b479eb.tar.gz) = f0c34cb91a327fee2cb1393089b6f747d2602735
+SHA512 (APE-3.5.3.15-c28b5ab4fa51e555b1b8a83433489c2c95b479eb.tar.gz) = 2bce56fff068b8eba17760791d3feb8f7dd0571331001e9ce6cb0bcb0dedf2cb90dbd7ae5545ef0b9ad27c75c12a7709535bde11393c84d83b8bd92818e81130
+Size (APE-3.5.3.15-c28b5ab4fa51e555b1b8a83433489c2c95b479eb.tar.gz) = 187462 bytes


Home | Main Index | Thread Index | Old Index