graphics/bdfedit: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a856e912ab
commit
a771903b3f
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue