libraries/ftplib: Update EMAIL.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2015-09-11 01:49:39 +07:00 committed by Willy Sudiarto Raharjo
parent 519ea16abd
commit a3ceadfa63
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for ftplib
# Copyright 2015 Philip Lacroix <philnx at posteo dot de>
# Copyright 2015 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -74,7 +74,8 @@ CFLAGS="$SLKCFLAGS"
cd src
make
# The makefile has no customizable DESTDIR, so we'll modify it accordingly.
# We'll edit the destination paths manually (since no config script or
# DESTDIR variable are available).
sed -i -e "s~/usr/local/bin~"$PKG"/usr/bin~" Makefile
sed -i -e "s~/usr/local/lib~"$PKG"/usr/lib"${LIBDIRSUFFIX}"~" Makefile
sed -i -e "s~/usr/local/include~"$PKG"/usr/include~" Makefile

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Philip Lacroix"
EMAIL="philnx at posteo dot de"
EMAIL="slackph at posteo dot de"