diff options
-rw-r--r-- | x11-fm/tdfsb/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/xcruise/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/xcruise/pkg-plist | 1 | ||||
-rw-r--r-- | x11-fm/xplore/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/xplore/pkg-plist | 2 |
5 files changed, 10 insertions, 13 deletions
diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index 32e3435449a8..3360cf44d03d 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -29,7 +29,6 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \ `${LOCALBASE}/bin/smpeg-config --libs` \ -L ${LOCALBASE}/lib -lGLU -lglut -lm -NO_STAGE= yes .include <bsd.port.pre.mk> do-build: @@ -37,10 +36,10 @@ do-build: -o ${PORTNAME} ${LDFLAGS}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile index 8ccae40bf4d7..629d543e4ac4 100644 --- a/x11-fm/xcruise/Makefile +++ b/x11-fm/xcruise/Makefile @@ -3,7 +3,7 @@ PORTNAME= xcruiser PORTVERSION= 0.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,11 +12,9 @@ COMMENT= Navigate through a three-dimensional view of a file system USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAN1= xcruiser.1 -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/share/doc/xcruise - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xcruise + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xcruise .include <bsd.port.mk> diff --git a/x11-fm/xcruise/pkg-plist b/x11-fm/xcruise/pkg-plist index 486dd8ff5c48..ec8f3b612584 100644 --- a/x11-fm/xcruise/pkg-plist +++ b/x11-fm/xcruise/pkg-plist @@ -1,4 +1,5 @@ bin/xcruiser share/doc/xcruise/README lib/X11/app-defaults/XCruiser +man/man1/xcruiser.1.gz @dirrm share/doc/xcruise diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile index 7c73f44747b9..5c1984e34abd 100644 --- a/x11-fm/xplore/Makefile +++ b/x11-fm/xplore/Makefile @@ -3,7 +3,7 @@ PORTNAME= xplore PORTVERSION= 1.2a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ @@ -17,9 +17,6 @@ USE_XORG= xpm MAKE_JOBS_UNSAFE=yes CFLAGS+= -Wno-return-type -MAN1= xplore.1 xploretype.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc diff --git a/x11-fm/xplore/pkg-plist b/x11-fm/xplore/pkg-plist index 78090505254b..2384a6e05fa6 100644 --- a/x11-fm/xplore/pkg-plist +++ b/x11-fm/xplore/pkg-plist @@ -333,6 +333,8 @@ lib/X11/xplore/schemes/Xplore.ad lib/X11/xplore/setup lib/X11/xplore/startup lib/X11/xplore/system.xplorerc +man/man1/xplore.1.gz +man/man1/xploretype.1.gz @dirrm lib/X11/xplore/shelf/Trash @dirrm lib/X11/xplore/shelf/Programs @dirrm lib/X11/xplore/shelf/Desk |