diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 7 | ||||
-rw-r--r-- | graphics/opendx/pkg-plist | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 64af09e33ce0..34159fcadd78 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -28,7 +28,6 @@ LDFLAGS+= -L${LOCALBASE}/lib NO_MTREE= yes PLIST_SUB= ARCH=${OPSYS:L} PKGMESSAGE= ${WRKDIR}/pkg-message -MANL= dx.l .if defined(WITH_HDF) && !defined(WITHOUT_NETCDF) IGNORE= HDF and NETCDF are conflicting @@ -63,7 +62,6 @@ PLIST_SUB+= JAVA="@comment " PLIST_SUB+= UNAMEP=${ARCH} -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_JAVA) && ${ARCH} != "i386" @@ -87,8 +85,8 @@ post-patch: post-install: @${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} .if defined(WITH_JAVA) - ${CHMOD} 0775 ${PREFIX}/dx/java/server/nets - ${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} + ${CHMOD} 0775 ${STAGEDIR}${PREFIX}/dx/java/server/nets + ${TOUCH} ${DIR2PRUNE:S|^|${STAGEDIR}${PREFIX}/|:S|$|/.keepme|} @${ECHO} "---------------------------------------------------------" \ >> ${PKGMESSAGE} @${ECHO} "Before starting ${PREFIX}/dx/java/server/bin/startserver" \ @@ -98,6 +96,5 @@ post-install: .endif @${ECHO} "---------------------------------------------------------" \ >> ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/graphics/opendx/pkg-plist b/graphics/opendx/pkg-plist index dca7db2646c9..22f735d1a492 100644 --- a/graphics/opendx/pkg-plist +++ b/graphics/opendx/pkg-plist @@ -2321,6 +2321,7 @@ dx/ui/testimp.net dx/ui/testssheet.net dx/ui/ui.mdf dx/ui/viewer.net +man/manl/dx.l.gz @dirrm dx/ui @dirrm dx/lib_%%ARCH%% @dirrm dx/lib @@ -2345,3 +2346,6 @@ dx/ui/viewer.net @dirrm dx/bin_%%ARCH%% @dirrm dx/bin @dirrm dx +@dirrmtry man/manl +@dirrmtry man +@dirrmtry bin |