svn commit: r339225 - head/converters/btoa

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 13:16:29 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list