diff options
-rw-r--r-- | sysutils/fvcool/Makefile | 12 | ||||
-rw-r--r-- | sysutils/fvcool/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index eb190fec7c53..bfed0ab27333 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvcool -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ DISTNAME= FVCool${PORTVERSION:S/.//g} @@ -16,18 +16,18 @@ COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes +GNU_CONFIGURE= yes ALL_TARGET= fvcool PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,} DOC_FILES= 00README.txt 00READMEj.txt 00READMEkt133.txt post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|; \ - s|-O3||;s|-s$$||' \ - ${BUILD_WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \ + s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in do-install: install-doc - @${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${PREFIX}/sbin/fvcool + ${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${PREFIX}/sbin/fvcool post-install: @${CAT} ${PKGMESSAGE} @@ -36,7 +36,7 @@ install-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/sysutils/fvcool/distinfo b/sysutils/fvcool/distinfo index d1193fdb85de..a680f25ecc94 100644 --- a/sysutils/fvcool/distinfo +++ b/sysutils/fvcool/distinfo @@ -1 +1 @@ -MD5 (FVCool102.tar.gz) = a8477a2392265855b1d482061b92e48e +MD5 (FVCool103.tar.gz) = d5e56d9d79ca7d642f54f94a7b8eb696 |