diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 16:36:32 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 16:36:32 +0000 |
commit | e52cf9a592baf6e12934e6873da0f8c943579d11 (patch) | |
tree | eb66a95f3ca98f9b01e0f6f220f74656a439cf0c /sysutils/filelight/Makefile | |
parent | ee3fcd6eccdd62e0208e27ca6bb69ea1dbd7b34b (diff) | |
download | ports-e52cf9a592baf6e12934e6873da0f8c943579d11.tar.gz ports-e52cf9a592baf6e12934e6873da0f8c943579d11.zip |
Notes
Diffstat (limited to 'sysutils/filelight/Makefile')
-rw-r--r-- | sysutils/filelight/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile index 668c54f17bdf..4beecc81342d 100644 --- a/sysutils/filelight/Makefile +++ b/sysutils/filelight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= filelight -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.4 CATEGORIES= sysutils kde MASTER_SITES= http://www.methylblue.com/filelight/ @@ -18,11 +18,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - post-patch: - @${CP} ${FILESDIR}/mntent* ${WRKSRC}/filelight - @${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \ - ${CONFIGURE_WRKSRC}/configure + @${CP} ${FILESDIR}/mntent* ${WRKSRC}/src + @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |