svn commit: r345259 - head/lang/oo2c

Johan van Selst johans at FreeBSD.org
Thu Feb 20 18:17:22 UTC 2014


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


More information about the svn-ports-head mailing list