diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kate/Makefile | 2 | ||||
-rw-r--r-- | editors/kile/Makefile | 2 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 2 | ||||
-rw-r--r-- | editors/micro/Makefile | 2 | ||||
-rw-r--r-- | editors/pluma/Makefile | 2 | ||||
-rw-r--r-- | editors/the/Makefile | 2 |
6 files changed, 11 insertions, 1 deletions
diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 64ca1947f402..3d0a601fd368 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -21,4 +21,6 @@ USE_KDE= activities attica auth bookmarks codecs completion config \ USE_QT= core dbus gui network script sql widgets xml \ buildtools_build qmake_build +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/editors/kile/Makefile b/editors/kile/Makefile index c44745d13663..578b9fdb517d 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -30,4 +30,6 @@ GH_ACCOUNT= kde CONFLICTS_INSTALL= kile-kde4 +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index f3f5b11ae631..2b01743572d6 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -22,6 +22,8 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README +OPTIONS_DEFINE= DOCS + post-extract: @${CHMOD} a+x ${WRKSRC}/install-sh diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 6c8a9a7fd183..e839fa38ead7 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -48,6 +48,8 @@ BUILD_DATE= August 9, 2018 PLIST_FILES= bin/micro PORTDOCS= README.md +OPTIONS_DEFINE= DOCS + do-build: @(cd ${WRKSRC} ; \ ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build -ldflags \ diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index f32d8fb42a8c..5d795a24e0d3 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -39,4 +39,6 @@ GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ org.mate.pluma.plugins.spell.gschema.xml \ org.mate.pluma.plugins.time.gschema.xml +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/editors/the/Makefile b/editors/the/Makefile index 93cde8bca85f..5d555bc52345 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-rexxincdir=${LOCALBASE}/include \ ALL_TARGET= all html CPPFLAGS+= -I${LOCALBASE}/include -OPTIONS_DEFINE= XAW3D +OPTIONS_DEFINE= DOCS XAW3D OPTIONS_SINGLE= Display Rexx OPTIONS_SINGLE_Display= NCURSES XCURSES OPTIONS_SINGLE_Rexx= REXX_IMC REGINA |