diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-02-20 18:17:22 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-02-20 18:17:22 +0000 |
commit | 863ef18a7ee6c263beb193e73d0df7c32697e0d5 (patch) | |
tree | 04bcc43bcb2a9aab391930c04d6dae6f056a15bc /lang/oo2c | |
parent | Add shared libraries (diff) |
- Fix installation directory for staging
- Bump portrevision
Notes
Notes:
svn path=/head/; revision=345259
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 96ac69bfb8e4..7f9bd6d9a4fa 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -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 |