diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-22 10:58:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-22 10:58:32 +0000 |
commit | 6d0e542fa11e219923af7970cd4df6ecab9f633c (patch) | |
tree | e95f2a6d47101f760217748fc2edb13d1f47ef6e /ports-mgmt | |
parent | 64357974b56b8b663c3693551e95bcbf0a495cc8 (diff) | |
download | ports-6d0e542fa11e219923af7970cd4df6ecab9f633c.tar.gz ports-6d0e542fa11e219923af7970cd4df6ecab9f633c.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index c2ea738313c6..d46c5158f2ba 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -39,6 +39,8 @@ do-install: ${STAGEDIR}${PREFIX}/bin/portlint ${INSTALL_MAN} ${WRKSRC}/portlint.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl \ ${STAGEDIR}${EXAMPLESDIR}/portlintgrep |