From 6a27180c64e6964ef97ff47288d0e4f9f30baba4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 15:29:40 +0100 Subject: [PATCH] bsdbuild: remove long_desc. --- srcpkgs/bsdbuild/template | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/srcpkgs/bsdbuild/template b/srcpkgs/bsdbuild/template index ce8a0d28641..94e586740b4 100644 --- a/srcpkgs/bsdbuild/template +++ b/srcpkgs/bsdbuild/template @@ -1,7 +1,7 @@ # Template file for 'bsdbuild' pkgname=bsdbuild version=3.0 -revision=1 +revision=2 noarch="yes" build_style=gnu-configure configure_args="--with-manpages --with-manlinks" @@ -13,20 +13,6 @@ homepage="http://hypertriton.com/bsdbuild/" license="BSD" distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz" checksum=202fbadffcab04a395bd4b3cb786720fd034c862ecf74da603ab29fbbe423428 -long_desc=" - BSDBuild is a simple, self-contained and portable build system derived from - the traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, - but without BSD make extensions (it uses standard Bourne script fragments - instead), so the build system is portable to most operating systems and make - flavors. - - You never need to "regenerate" your makefiles when using BSDBuild, they are - edited directly. This is one major advantage of BSDBuild over systems which - use generated makefiles: BSDBuild is implemented as a library. - - BSDBuild can generate Bourne-type configure scripts. The base distribution - currently includes over 90 built-in tests for detecting and testing the - compatibility of various software, and writing new tests is easy." pre_install() { vmkdir usr/share/man/man1