diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-01-10 13:12:32 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-01-10 13:12:32 +0000 |
commit | e44cdfaa56acdaf7c386256c74cf0d5c6a9e45ec (patch) | |
tree | 633189859cce04088f7e3e36e687ba576cca5ace /security/wipe | |
parent | eade7983f7f634fe9205b0412ad7b7ecf1532ef1 (diff) | |
download | ports-e44cdfaa56acdaf7c386256c74cf0d5c6a9e45ec.tar.gz ports-e44cdfaa56acdaf7c386256c74cf0d5c6a9e45ec.zip |
Notes
Diffstat (limited to 'security/wipe')
-rw-r--r-- | security/wipe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/wipe/Makefile b/security/wipe/Makefile index 2575166fa565..59998827025e 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= wipe PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF @@ -20,6 +20,9 @@ GNU_CONFIGURE= yes MAN1= wipe.1 PORTDOCS= CHANGES INSTALL LICENSE README TESTING TODO copyright +post-patch: + @${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in + post-install: ${INSTALL_MAN} ${WRKSRC}/wipe.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) |