diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-15 12:50:57 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-15 12:50:57 +0000 |
commit | f9a407d1e617cc7c35ba51bdf957f78acc3f3184 (patch) | |
tree | 1c4e84852a16d1a6e3ab110cf9eedb74a23f4ff7 /security/bcwipe/Makefile | |
parent | a5622884d7ef19e07cd038cf814228cb663db7a6 (diff) |
Notes
Diffstat (limited to 'security/bcwipe/Makefile')
-rw-r--r-- | security/bcwipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index d05b825341a1..b913cd86a126 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bcwipe -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ http://bsd.desa-hosting.de/distfiles/security/ @@ -19,12 +19,12 @@ NO_CDROM= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DOS_FreeBSD +MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe post-patch: - @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,mktemp,mkstemp,g" ${WRKSRC}/wipe.c |