diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 19:06:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 19:06:07 +0000 |
commit | 41fcfb64f91a016dd7a83d99d115b6efcb10a4f5 (patch) | |
tree | e3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/unarj | |
parent | 12c49b0345676cbf2d18b0c8cb021c54fc454847 (diff) | |
download | ports-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.tar.gz ports-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.zip |
Notes
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index ef6ac256e05f..3be736b938b9 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -15,6 +15,8 @@ COMMENT= Allows files to be extracted from ARJ archives PLIST_FILES= bin/unarj PORTDOCS= unarj.txt technote.txt +OPTIONS_DEFINE= DOCS + post-patch: ${CP} ${FILESDIR}/sanitize.c ${WRKSRC} |