diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 14:08:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:09 +0700 |
commit | a771903b3f3b78c6859f6e9cc0b142ab42535894 (patch) | |
tree | d06cdb38a7c66791e496728f1c566588682e95ef /graphics | |
parent | a856e912abede827402bb919610755d45cad10ed (diff) |
graphics/bdfedit: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bdfedit/bdfedit.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/bdfedit/bdfedit.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/bdfedit/bdfedit.SlackBuild b/graphics/bdfedit/bdfedit.SlackBuild index e1b2724a0432..0d1912a14b92 100644 --- a/graphics/bdfedit/bdfedit.SlackBuild +++ b/graphics/bdfedit/bdfedit.SlackBuild @@ -27,9 +27,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch # no CFLAGS or LIBDIRSUFFIX needed here -# 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/graphics/bdfedit/bdfedit.info b/graphics/bdfedit/bdfedit.info index 6a8c6101146d..3e22c52ac8be 100644 --- a/graphics/bdfedit/bdfedit.info +++ b/graphics/bdfedit/bdfedit.info @@ -1,7 +1,7 @@ PRGNAM="bdfedit" VERSION="1.3" -HOMEPAGE="http://hea-www.harvard.edu/~fine/Tech/bdfedit.html" -DOWNLOAD="http://hea-www.harvard.edu/~fine/Tech/bdfedit1.3.tar.gz" +HOMEPAGE="https://hea-www.harvard.edu/~fine/Tech/bdfedit.html" +DOWNLOAD="https://hea-www.harvard.edu/~fine/Tech/bdfedit1.3.tar.gz" MD5SUM="c29a74fa4d964e197f96c66777ccf18b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |