diff options
Diffstat (limited to 'devel/cvs2svn/Makefile')
-rw-r--r-- | devel/cvs2svn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 449150b1cd4b..7a66d46de600 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -55,6 +55,8 @@ MANPAGES= cvs2svn.1.gz \ PLIST_FILES+= ${MANPAGES:S|^|man/man1/|} +OPTIONS_DEFINE= DOCS + post-patch: # be consistent with PORTVERSION @${REINPLACE_CMD} -e 's|2.5.0-dev|2.4.0|' \ |