diff options
Diffstat (limited to 'emulators/gns3')
-rw-r--r-- | emulators/gns3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index c7e74e8dfa3e..cad07243d163 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -27,6 +27,8 @@ PYDISTUTILS_PKGNAME= GNS3 DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" true +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' -e 's|/share/man|/man|g' ${WRKSRC}/setup.py |