Date: Thu, 9 Jan 2014 13:16:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339225 - head/converters/btoa Message-ID: <201401091316.s09DGTMB042014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jan 9 13:16:29 2014 New Revision: 339225 URL: http://svnweb.freebsd.org/changeset/ports/339225 Log: Hackish way to support stage (bad upstream that uses DESTDIR instead of PREFIX) Modified: head/converters/btoa/Makefile Modified: head/converters/btoa/Makefile ============================================================================== --- head/converters/btoa/Makefile Thu Jan 9 13:14:30 2014 (r339224) +++ head/converters/btoa/Makefile Thu Jan 9 13:16:29 2014 (r339225) @@ -12,9 +12,8 @@ MASTER_SITE_SUBDIR= pgollucci MAINTAINER= ports@FreeBSD.org COMMENT= Encode/decode binary to printable ASCII -MAKE_FLAGS= DESTDIR=${PREFIX} -f +DESTDIRNAME= IGNOREME +MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} MAKEFILE= Makefile.sun -MAN1= btoa.1 -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401091316.s09DGTMB042014>