pkgsrc-WIP-changes archive

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

ee: fix unfetchable distfile.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Nov 16 13:52:47 2022 +0100
Changeset:	753d3ee242feb3d3f7830a5a2f86bda18ad42c91

Modified Files:
	ee/Makefile

Log Message:
ee: fix unfetchable distfile.

Also, properly set make environment before building.

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

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

diffstat:
 ee/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/ee/Makefile b/ee/Makefile
index 2357f842da..cd36d38937 100644
--- a/ee/Makefile
+++ b/ee/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	ee-1.5.2.src
 PKGNAME=	${DISTNAME:S,.src,,}
 CATEGORIES=	editors
-MASTER_SITES=	http://web.archive.org/web/20120716042037/http://mahon.cwx.net/sources/
+MASTER_SITES=	https://mirrors.ustc.edu.cn/gentoo/distfiles/
 DIST_SUBDIR=	${PKGNAME_NOREV}
 EXTRACT_SUFX=	.tgz
 
@@ -26,7 +26,8 @@ INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 WRKSRC=	${WRKDIR}/easyedit-${PKGVERSION_NOREV}
 
 do-build:
-	cd ${WRKSRC} && ${MAKE:Q} all
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV}								\
+	${MAKE_PROGRAM:Q} ${MAKE_FLAGS} all
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ee ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index