diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 14:20:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 14:20:40 +0000 |
commit | ed864c37c96bf3855657020fbcb437e088a5d8df (patch) | |
tree | 822be52168f4d214cc5a0671722daa982c96480d /net-mgmt/nrg/Makefile | |
parent | 4be8cb03ee3a425da5bdc4ec37ec2d6d6e3a9aba (diff) |
Notes
Diffstat (limited to 'net-mgmt/nrg/Makefile')
-rw-r--r-- | net-mgmt/nrg/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nrg/Makefile b/net-mgmt/nrg/Makefile index 1adccf05a47c..350d6247b083 100644 --- a/net-mgmt/nrg/Makefile +++ b/net-mgmt/nrg/Makefile @@ -7,6 +7,7 @@ PORTNAME= nrg PORTVERSION= 0.99.22 +PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= ftp://nrg.hep.wisc.edu/pub/src/nrg/ \ http://www.ranner.jawa.at/stuff/ @@ -63,6 +64,11 @@ post-patch: ${WRKSRC}/roverpingd/write_stats.c @${REINPLACE_CMD} -e "s,-D__FreeBSD__,,g" \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,@bindir@/rrdtool,${PREFIX}/bin/rrdtool,g" \ + ${WRKSRC}/etc/run-star-head.pl.in + @${REINPLACE_CMD} -e "s,@prefix@,${PREFIX},g" \ + -e "s,NOW \"%a %b %d %H:%M %Z %Y\",NOW '%a %b %d %H:%M %Z %Y',g" \ + ${WRKSRC}/templates/*.in pre-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' <${.CURDIR}/pkg-message >${PKGMESSAGE} |