diff options
Diffstat (limited to 'development/vile')
-rw-r--r-- | development/vile/vile.SlackBuild | 3 | ||||
-rw-r--r-- | development/vile/vile.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/vile/vile.SlackBuild b/development/vile/vile.SlackBuild index e6725aae39..4368218ac1 100644 --- a/development/vile/vile.SlackBuild +++ b/development/vile/vile.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vile -VERSION=${VERSION:-9.8e} +VERSION=${VERSION:-9.8j} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ + --mandir=/usr/man \ --build=$ARCH-slackware-linux make diff --git a/development/vile/vile.info b/development/vile/vile.info index aa871a372a..7dff57f55d 100644 --- a/development/vile/vile.info +++ b/development/vile/vile.info @@ -1,8 +1,8 @@ PRGNAM="vile" -VERSION="9.8e" +VERSION="9.8j" HOMEPAGE="http://invisible-island.net/vile/" -DOWNLOAD="ftp://invisible-island.net/vile/current/vile-9.8e.tgz" -MD5SUM="bc68fd4ba0e98bec274d005523804936" +DOWNLOAD="ftp://invisible-island.net/vile/current/vile-9.8j.tgz" +MD5SUM="f6c3212f2a3eae8e45cedf9e9287f8b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |