diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-29 11:31:38 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-29 11:31:38 +0000 |
commit | d9a81379792c41ecf93e8687cfda02e61ec482e3 (patch) | |
tree | 5680ef9feb3e0f6afb09d941ae9d29449f9bb51e /security | |
parent | 644656b5f069ffbc6847ef29cf1fcfe95b0f4752 (diff) | |
download | ports-d9a81379792c41ecf93e8687cfda02e61ec482e3.tar.gz ports-d9a81379792c41ecf93e8687cfda02e61ec482e3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/john/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index c4557bdd24d4..b53bcf550e55 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -95,4 +95,4 @@ do-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |