Date: Thu, 20 Feb 2014 18:17:22 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345259 - head/lang/oo2c Message-ID: <201402201817.s1KIHM05085527@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Thu Feb 20 18:17:22 2014 New Revision: 345259 URL: http://svnweb.freebsd.org/changeset/ports/345259 QAT: https://qat.redports.org/buildarchive/r345259/ Log: - Fix installation directory for staging - Bump portrevision Modified: head/lang/oo2c/Makefile Modified: head/lang/oo2c/Makefile ============================================================================== --- head/lang/oo2c/Makefile Thu Feb 20 18:15:55 2014 (r345258) +++ head/lang/oo2c/Makefile Thu Feb 20 18:17:22 2014 (r345259) @@ -3,6 +3,7 @@ PORTNAME= oo2c PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} @@ -26,6 +27,10 @@ LDFLAGS+= -L${LOCALBASE}/lib ONLY_FOR_ARCHS= i386 amd64 ia64 +post-patch: + @${REINPLACE_CMD} 's/dir=@/dir=$${DESTDIR}@/' \ + ${WRKSRC}/Makefile.config.in + .include <bsd.port.pre.mk> .if ${ARCH} == i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201817.s1KIHM05085527>