diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-09-17 18:18:18 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-09-17 18:18:18 +0000 |
commit | 6b0982647d2794857456838f5c70b89ba0a167f4 (patch) | |
tree | 40abf2f0d06f471ac1ec4e88fdab465ef4ca96cb /net/abills | |
parent | 918a13e2363410f482918d28bb2490f1820b9cef (diff) | |
download | ports-6b0982647d2794857456838f5c70b89ba0a167f4.tar.gz ports-6b0982647d2794857456838f5c70b89ba0a167f4.zip |
Notes
Diffstat (limited to 'net/abills')
-rw-r--r-- | net/abills/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/abills/Makefile b/net/abills/Makefile index 6849898f430f..18e505e86b88 100644 --- a/net/abills/Makefile +++ b/net/abills/Makefile @@ -28,14 +28,6 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -OPTIONS= GRAPHICS "Traffic graphs (experimental)" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GRAPHICS) -RUN_DEPENDS+= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/net/rrdtool -.endif - post-patch: @ ${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; @ ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's,/usr/abills,${PREFIX}/abills,g' {} \; @@ -48,4 +40,4 @@ do-install: post-install: @ ${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |