diff options
-rw-r--r-- | lang/bf2c/files/patch-Makefile | 12 | ||||
-rw-r--r-- | lang/bf2c/pkg-descr | 2 | ||||
-rw-r--r-- | misc/biosfont-demos/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/biosfont/pkg-descr | 2 |
4 files changed, 5 insertions, 13 deletions
diff --git a/lang/bf2c/files/patch-Makefile b/lang/bf2c/files/patch-Makefile index 27ef2a63041d..5e95c2562e33 100644 --- a/lang/bf2c/files/patch-Makefile +++ b/lang/bf2c/files/patch-Makefile @@ -1,13 +1,5 @@ -commit 186730742519bfa9cb7f9668fb508a78e65d26cc -Author: René Ladan <r.c.ladan@gmail.com> -Date: Fri Feb 21 12:20:57 2014 +0100 - - Add DESTDIR support and add install-strip and uninstall targets. - -diff --git a/Makefile b/Makefile -index d527b55..2ddbb8b 100644 ---- a/Makefile -+++ b/Makefile +--- Makefile.orig 2013-06-12 22:11:38 UTC ++++ Makefile @@ -1,4 +1,6 @@ -.PHONY: all clean install +.PHONY: all clean install install-strip uninstall diff --git a/lang/bf2c/pkg-descr b/lang/bf2c/pkg-descr index 299442da29b1..bc30fedae432 100644 --- a/lang/bf2c/pkg-descr +++ b/lang/bf2c/pkg-descr @@ -5,4 +5,4 @@ optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers. -WWW: http://rene-ladan.nl/bf2c/ +WWW: https://rene-ladan.nl/bf2c/ diff --git a/misc/biosfont-demos/pkg-descr b/misc/biosfont-demos/pkg-descr index 1cac7b85605c..5410d98333cb 100644 --- a/misc/biosfont-demos/pkg-descr +++ b/misc/biosfont-demos/pkg-descr @@ -2,4 +2,4 @@ Two samples for the biosfont(4) kernel module: * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. -WWW: http://rene-ladan.nl/biosfont/ +WWW: https://rene-ladan.nl/biosfont/ diff --git a/sysutils/biosfont/pkg-descr b/sysutils/biosfont/pkg-descr index 834307c0c756..6e3e9e1e112e 100644 --- a/sysutils/biosfont/pkg-descr +++ b/sysutils/biosfont/pkg-descr @@ -1,4 +1,4 @@ This port provides a FreeBSD kernel module that can be used to retrieve the font bitmaps stored in BIOS memory. -WWW: http://rene-ladan.nl/biosfont/ +WWW: https://rene-ladan.nl/biosfont/ |