diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-03-22 12:00:46 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-03-22 12:00:46 +0000 |
commit | 8db405fbec380d626af0a6b85432e2ccee39ac30 (patch) | |
tree | 994da6ab31abad864973024a20f0a3a20aa7a6eb /graphics/opendx | |
parent | 0464375bbb219ed379b3c4ca357261ff851e8826 (diff) | |
download | ports-8db405fbec380d626af0a6b85432e2ccee39ac30.tar.gz ports-8db405fbec380d626af0a6b85432e2ccee39ac30.zip |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 4 | ||||
-rw-r--r-- | graphics/opendx/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index b3e0fc3c658a..d1227a442d75 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -80,6 +80,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|startserver.bat||" \ ${WRKSRC}/src/uipp/java/server/Makefile.in + @${REINPLACE_CMD} -e 's|$$(ARCH)|@ARCH@|' \ + ${WRKSRC}/src/misc/Makefile.* post-install: @${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} diff --git a/graphics/opendx/pkg-plist b/graphics/opendx/pkg-plist index d8005d8b4cd4..23de37a40813 100644 --- a/graphics/opendx/pkg-plist +++ b/graphics/opendx/pkg-plist @@ -2275,7 +2275,7 @@ dx/lib_%%ARCH%%/libDXlite.a dx/lib_%%ARCH%%/libDXlite.la dx/lib_%%ARCH%%/libDXlite.so dx/lib_%%ARCH%%/libDXlite.so.4 -dx/lib_%%UNAMEP%%/arch.mak +dx/lib_%%ARCH%%/arch.mak dx/man/catl/dx.l dx/man/manl/dx.l dx/ui/Basic2D.cfg @@ -2327,7 +2327,6 @@ dx/ui/viewer.net @dirrm dx/man/manl @dirrm dx/man/catl @dirrm dx/man -@dirrm dx/lib_%%UNAMEP%% @dirrm dx/lib_%%ARCH%% @dirrm dx/lib %%JAVA%%@dirrm dx/java/user |