diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 07:24:52 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 07:24:52 +0000 |
| commit | 7a9d139dab54b429ba370f4c161cbb0a7a73ddbf (patch) | |
| tree | c0bd2cc15f86ebdec3255607cc9d5d6a9a4cd2fc /sysutils/dirvish | |
| parent | c55e77f8128b013ec60e70dd4aa7007846f20276 (diff) | |
Notes
Diffstat (limited to 'sysutils/dirvish')
| -rw-r--r-- | sysutils/dirvish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 378ca342674d..5124bc20e2f2 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -17,11 +17,12 @@ RUN_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules \ MAN5S= dirvish.conf.5 MAN8S= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8 -WRKSRC= ${WRKDIR} -NO_BUILD= yes USES= perl5 tar:tgz USE_PERL5= run +NO_BUILD= yes +NO_WRKSUBDIR= yes + EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall do-patch: |
