diff options
Diffstat (limited to 'devel/kdesvn-kde4')
-rw-r--r-- | devel/kdesvn-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile index ac6f28b97905..6e05893c258c 100644 --- a/devel/kdesvn-kde4/Makefile +++ b/devel/kdesvn-kde4/Makefile @@ -40,7 +40,7 @@ PLIST_SUB+= NLS="@comment " post-patch: ${RM} ${WRKSRC}/src/kiosvn/svn*.protocol -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) ${ECHO} "ADD_SUBDIRECTORY(man)" > ${WRKSRC}/doc/CMakeLists.txt .endif .if empty(PORT_OPTIONS:MNLS) |