diff options
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/psftools/psftools.info | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index b6743d99fd64d..dac5906b1d846 100644 --- a/graphics/psftools/psftools.SlackBuild +++ b/graphics/psftools/psftools.SlackBuild @@ -34,9 +34,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -87,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +rm -f $PKG/usr/lib$LIBDIRSUFFIX/*.la # 20180112 bkw: install the example fonts that ship with the source. psfdir=$PKG/usr/share/kbd/consolefonts diff --git a/graphics/psftools/psftools.info b/graphics/psftools/psftools.info index bf272a5277ee9..5946d924161c4 100644 --- a/graphics/psftools/psftools.info +++ b/graphics/psftools/psftools.info @@ -1,7 +1,7 @@ PRGNAM="psftools" VERSION="1.1.1" -HOMEPAGE="http://www.seasip.info/Unix/PSF/index.html" -DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.1.1.tar.gz" +HOMEPAGE="https://www.seasip.info/Unix/PSF/index.html" +DOWNLOAD="https://www.seasip.info/Unix/PSF/psftools-1.1.1.tar.gz" MD5SUM="fb29d0adae0384e70aa20e94998dd9e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |