diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 19:39:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 19:39:14 +0800 |
commit | 02a0adbd847b225f4437ad3447c07bbbdce31816 (patch) | |
tree | fe50d899f4d2a74c4f7752e63eafd99bcda5ba77 /security/pkcrack | |
parent | fa50cda769754f971aaf9a13522f3de02191552d (diff) | |
download | freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.gz freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.zst freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.zip |
Remove deprecated USE_REINPLACE
Diffstat (limited to 'security/pkcrack')
-rw-r--r-- | security/pkcrack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 69f9a80a926..7ae2e05f0e4 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A utility for breaking pkzip encryption USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= bin/pkextract bin/pkfindkey bin/pkmakekey bin/pkcrack bin/zipdecrypt |