diff options
Diffstat (limited to 'textproc/fzy/Makefile')
-rw-r--r-- | textproc/fzy/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/fzy/Makefile b/textproc/fzy/Makefile index 42513dd3d2dc..fb571cac35b5 100644 --- a/textproc/fzy/Makefile +++ b/textproc/fzy/Makefile @@ -1,6 +1,5 @@ PORTNAME= fzy -DISTVERSION= 1.0 -PORTREVISION= 1 +DISTVERSION= 1.1 CATEGORIES= textproc MAINTAINER= o.hushchenkov@gmail.com @@ -16,17 +15,16 @@ GH_ACCOUNT= jhawthorn PLIST_FILES= bin/fzy share/man/man1/fzy.1.gz +TEST_TARGET= test + OPTIONS_DEFINE= TMUX DVTM OPTIONS_DEFAULT= TMUX -TMUX_DESC= Install fzy-tmux -DVTM_DESC= Install fzy-dvtm +TMUX_DESC= Install fzy-tmux script (requires tmux) +DVTM_DESC= Install fzy-dvtm script (requires dvtm) TMUX_PLIST_FILES= bin/fzy-tmux DVTM_PLIST_FILES= bin/fzy-dvtm -post-extract: - ${CP} ${WRKSRC}/src/config.def.h ${WRKSRC}/config.h - post-patch: @${REINPLACE_CMD} \ -e 's, -g,,g' \ |