diff options
author | stephen <stephen@FreeBSD.org> | 2013-03-22 20:00:46 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-03-22 20:00:46 +0800 |
commit | 9f92aa57ef2a2200217ad1b26e85e15ee535279e (patch) | |
tree | 994da6ab31abad864973024a20f0a3a20aa7a6eb | |
parent | 795d5c6869e6efa98a301b93fc9b929df140a40c (diff) | |
download | freebsd-ports-gnome-9f92aa57ef2a2200217ad1b26e85e15ee535279e.tar.gz freebsd-ports-gnome-9f92aa57ef2a2200217ad1b26e85e15ee535279e.tar.zst freebsd-ports-gnome-9f92aa57ef2a2200217ad1b26e85e15ee535279e.zip |
- Patch so that all architecture specific directories have same suffix.
- Bump portrevision.
Pointed out by: miwi@
-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 |