diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-23 22:49:48 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-23 22:49:48 +0000 |
commit | 762f9fab41dcc1e35a325ae11916ad5e8307d2d6 (patch) | |
tree | d3cfa4ca2a43330caccacb6676c7a4da2e51619f /misc/mc/Makefile | |
parent | aff72584a0a9c0befa7898a13611b0138326d58e (diff) | |
download | ports-762f9fab41dcc1e35a325ae11916ad5e8307d2d6.tar.gz ports-762f9fab41dcc1e35a325ae11916ad5e8307d2d6.zip |
Notes
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index b78b74f68c92..dc3368a0e580 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mc -PORTVERSION= 4.8.12 -PORTREVISION= 2 +PORTVERSION= 4.8.13 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ \ @@ -22,13 +21,14 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 CONFLICTS= mc-light-4* USES= gmake shebangfix perl5 pkgconfig tar:xz libtool -SHEBANG_FILES= misc/mcedit.menu configure configure.ac \ +SHEBANG_FILES= misc/mcedit.menu.in configure configure.ac \ + ${WRKSRC}/src/vfs/extfs/helpers/Makefile.in \ ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ ${WRKSRC}/src/vfs/extfs/helpers/uc1541.in python_OLD_CMD= @PYTHON@ USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} +CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD} OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11 |