aboutsummaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2019-01-19 08:13:31 +0000
committerBen Woods <woodsb02@FreeBSD.org>2019-01-19 08:13:31 +0000
commit6d6344948cc87b9788ee51fedd0d92ead5e7aa99 (patch)
tree33db3984929070ade16c221febabce78608fc11a /misc/mc
parent479dba751a978e2a6470006941da960afda24494 (diff)
downloadports-6d6344948cc87b9788ee51fedd0d92ead5e7aa99.tar.gz
ports-6d6344948cc87b9788ee51fedd0d92ead5e7aa99.zip
misc/mc: Tidy up Makefile
This is a no-op
Notes
Notes: svn path=/head/; revision=490713
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile11
-rw-r--r--misc/mc/pkg-descr2
2 files changed, 5 insertions, 8 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index da83f26b3a2a..828d804dc921 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -5,7 +5,7 @@ PORTNAME= mc
PORTVERSION= 4.8.22
CATEGORIES= misc shells
MASTER_SITES= http://ftp.midnight-commander.org/ \
- http://ftp.osuosl.org/pub/midnightcommander/
+ https://ftp.osuosl.org/pub/midnightcommander/
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Midnight Commander, a free Norton Commander Clone
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= mc-light-4*
-USES= gmake shebangfix perl5 pkgconfig python:2.7,run tar:xz libtool
+USES= gmake gnome libtool perl5 pkgconfig python:2.7,run shebangfix tar:xz
SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \
${WRKSRC}/src/vfs/extfs/helpers/uc1541.in
python_OLD_CMD= @PYTHON@
@@ -24,18 +24,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SFTP SMB SUBSHELL X11
-
+OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
OPTIONS_SINGLE= SCREEN
OPTIONS_SINGLE_SCREEN= SLANG NCURSES
-
-OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
+OPTIONS_SUB= yes
EDITOR_DESC= Build with internal editor
SFTP_DESC= Support for SFTP (via libssh)
SUBSHELL_DESC= Build with subshell support
-OPTIONS_SUB= yes
-
EDITOR_CONFIGURE_WITH= internal-edit
ICONV_USES= iconv
diff --git a/misc/mc/pkg-descr b/misc/mc/pkg-descr
index 8e607746a2f1..d1e9a37abd1d 100644
--- a/misc/mc/pkg-descr
+++ b/misc/mc/pkg-descr
@@ -5,4 +5,4 @@ system while making many frequent file operations more efficient and
preserving the full power of the command prompt. You will wonder how
you could ever live without it.
-WWW: http://midnight-commander.org/
+WWW: https://midnight-commander.org/