diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-06 16:02:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:37 +0700 |
commit | 9f42fe3710197e40df87831ee6ddb2830f30c065 (patch) | |
tree | 5b053f1468e1db0f77adc869c0889da566d0e5d6 | |
parent | 47f5adb1c2022024d2178bbf60b5057e78951c6e (diff) | |
download | slackbuilds-9f42fe3710197e40df87831ee6ddb2830f30c065.tar.gz |
games/fortune-slackware: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/fortune-slackware/fortune-slackware.SlackBuild | 3 | ||||
-rw-r--r-- | games/fortune-slackware/fortune-slackware.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/fortune-slackware/fortune-slackware.SlackBuild b/games/fortune-slackware/fortune-slackware.SlackBuild index 8f756858a1..9de3e2473c 100644 --- a/games/fortune-slackware/fortune-slackware.SlackBuild +++ b/games/fortune-slackware/fortune-slackware.SlackBuild @@ -15,9 +15,6 @@ TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 diff --git a/games/fortune-slackware/fortune-slackware.info b/games/fortune-slackware/fortune-slackware.info index 2f631dc4c5..c57691b86b 100644 --- a/games/fortune-slackware/fortune-slackware.info +++ b/games/fortune-slackware/fortune-slackware.info @@ -1,6 +1,6 @@ PRGNAM="fortune-slackware" VERSION="1.15" -HOMEPAGE="http://web.archive.org/web/20110816020410/http://fauxascii.com/linux/mod_quotes.html" +HOMEPAGE="https://web.archive.org/web/20110816020410/http://fauxascii.com/linux/mod_quotes.html" DOWNLOAD="https://slackware.uk/~urchlay/src/slack-fortunes-all-1.15.tgz" MD5SUM="8fbf56ffc9ebceda518f02b3a8d0e55e" DOWNLOAD_x86_64="" |