diff options
Diffstat (limited to 'www/xpi-conkeror/Makefile')
-rw-r--r-- | www/xpi-conkeror/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile index e5101cde4871..8ba36b09cf96 100644 --- a/www/xpi-conkeror/Makefile +++ b/www/xpi-conkeror/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: conkeror -# Date created: 27 April 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= conkeror PORTVERSION= 20090821 @@ -22,6 +18,7 @@ USE_GECKO= libxul BUILD_ID=echo -n `whoami`@`hostname`_`date +%s` +NO_STAGE= yes post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s/%%PREFIX%%/${PREFIX:S/\//\\\//g}/g" \ |