diff options
Diffstat (limited to 'sysutils/smartmontools/Makefile')
-rw-r--r-- | sysutils/smartmontools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index b3eb776eff85..9b077d4b4aea 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -7,7 +7,7 @@ PORTNAME= smartmontools PORTVERSION= 5.38 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= SF @@ -24,7 +24,7 @@ USE_RC_SUBR= smartd MAN5= smartd.conf.5 MAN8= smartd.8 smartctl.8 -CFLAGS:= ${CFLAGS:S/-O2/-O/} +CFLAGS:= ${CFLAGS:S/-O2/-O/} -Wno-write-strings post-patch: @${REINPLACE_CMD} -e 's| install-initdDATA | |' ${WRKSRC}/Makefile.in |