Date: Fri, 5 May 2006 10:40:20 GMT From: Lapo Luchini <lapo.luchini@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96764: new port: www/xpi-cutemenus_-_crystal_svg Message-ID: <200605051040.k45AeKxL043070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96764; it has been noted by GNATS. From: Lapo Luchini <lapo.luchini@gmail.com> To: Andrew Pantyukhin <infofarmer@gmail.com> Cc: bug-followup@freebsd.org Subject: Re: ports/96764: new port: www/xpi-cutemenus_-_crystal_svg Date: Fri, 05 May 2006 12:37:24 +0200 Yes, I do prefer when port name and port directory match. So I changed it and made a patch (only the Makefile changed). It would be great to add directly to Makefile.xpi support for an optional "XPI_NAME" (or something like that) variable in order to avoid having to re-define MASTER_SITE_SUBDIR and DISTNAME in each Makefile =) Patch follows: mv /usr/ports/www/xpi-cutemenus_-_crystal_svg /usr/ports/www/xpi-cutemenus-crystalsvg --- MAkefile.orig Fri May 5 12:28:00 2006 +++ Makefile Fri May 5 12:24:34 2006 @@ -5,17 +5,19 @@ # $FreeBSD$ # -PORTNAME= cutemenus_-_crystal_svg +PORTNAME= cutemenus-crystalsvg PORTVERSION= 0.9.9.73 DISTVERSIONSUFFIX= -fx+fl+tb CATEGORIES= www +MASTER_SITE_SUBDIR=extensions/cutemenus_-_crystal_svg +DISTNAME= cutemenus_-_crystal_svg-${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= lapo@lapo.it COMMENT= An extension that adds cute icons to menus XPI_ID= {63df8e21-711c-4074-a257-b065cadc28d8} -XPI_FILES= chrome/cutemenus.jar chrome.manifest install.js install.rdf -XPI_DIRS= chrome +XPI_FILES= chrome/cutemenus.jar chrome.manifest install.js install.rdf +XPI_DIRS= chrome .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605051040.k45AeKxL043070>