pkgsrc-WIP-changes archive

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

wyeb-git: use the provided install target and set the DISTRO* variables for pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Nov 18 09:28:18 2018 +0200
Changeset:	559ca8d22d32cc765be62539ec5ed770de36c733

Modified Files:
	wyeb-git/Makefile

Log Message:
wyeb-git: use the provided install target and set the DISTRO* variables for pkgsrc

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

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

diffstat:
 wyeb-git/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diffs:
diff --git a/wyeb-git/Makefile b/wyeb-git/Makefile
index 1d99684685..850fd9531a 100644
--- a/wyeb-git/Makefile
+++ b/wyeb-git/Makefile
@@ -13,18 +13,13 @@ GIT_REPOSITORIES=	wyeb
 GIT_REPO.wyeb=		git://github.com/jun7/wyeb.git
 WRKSRC=			${WRKDIR}/wyeb
 
-BUILD_MAKE_FLAGS+=	EXTENSION_DIR=${PREFIX}/lib/wyebrowser
+BUILD_MAKE_FLAGS+=	DISTRONAME=pkgsrc
+BUILD_MAKE_FLAGS+=	DISTROURI=https://www.pkgsrc.org/
 INSTALLATION_DIRS+=	bin lib/wyebrowser share/applications share/pixmaps
 
 MAKE_FILE=	makefile
 USE_TOOLS+=	gmake
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wyeb ${DESTDIR}${PREFIX}/bin/
-	${INSTALL_LIB} ${WRKSRC}/ext.so ${DESTDIR}${PREFIX}/lib/wyebrowser
-	${INSTALL_DATA} ${WRKSRC}/wyeb.desktop ${DESTDIR}${PREFIX}/share/applications/
-	${INSTALL_DATA} ${WRKSRC}/wyeb.png ${DESTDIR}${PREFIX}/share/pixmaps/
-
 # only used in main configuration file, should these dependencies be optional?
 DEPENDS+=	p5-File-MimeInfo-[0-9]*:../../devel/p5-File-MimeInfo
 .include "../../textproc/discount/buildlink3.mk"


Home | Main Index | Thread Index | Old Index