From a23038e7f32276bee117deeb41c63ffd34a07bee Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 16 May 2018 15:15:27 +0200 Subject: [PATCH] pango: Use current bee file template from `scripts/TEMPLATE.be0` --- pango.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pango.be0 b/pango.be0 index a4bc32fa1..55d9935e1 100755 --- a/pango.be0 +++ b/pango.be0 @@ -24,8 +24,8 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -54,7 +54,7 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -73,7 +73,7 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ##