summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-29 15:44:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-29 15:44:50 +0000
commit9d022174809896d16a2ca88cc291aa698918961f (patch)
tree1388d9ca1052918ca75f82d4a79dbdb0ab38a41e /x11-fm
parentStage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=338012
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xdiskusage/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile
index efb6cbce6890..09872ee961ce 100644
--- a/x11-fm/xdiskusage/Makefile
+++ b/x11-fm/xdiskusage/Makefile
@@ -12,22 +12,20 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Show where disk space is taken up
-LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
+LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk
-USE_GMAKE= yes
+USES= gmake
CXXFLAGS+= `fltk-config --cxxflags`
LDFLAGS+= `fltk-config --ldflags`
-PLIST_FILES= bin/xdiskusage
-MAN1= xdiskusage.1
+PLIST_FILES= bin/xdiskusage man/man1/xdiskusage.1.gz
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '22,24d' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>