ports/devel/bglibs/files/patch-Makefile
William Grzybowski fa2a8c5a04 devel/bglibs: perl is a run dependency only
- Set perl only as a run dependency [1]
- Trim Makefile header
- USES new perl5 framework
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/177954
Submitted by:	Uffe Jakobsen <uffe uffe.org>
Approved by:	maintainer (timeout)
2013-08-21 23:07:33 +00:00

20 lines
756 B
Text

--- Makefile.orig Wed Sep 20 13:44:49 2006
+++ Makefile Wed Sep 20 13:45:05 2006
@@ -126,7 +126,7 @@ adt/hashs.lo: libcompile adt/hashs.c adt
adt/hashs.o: compile adt/hashs.c adt/common.h
./compile adt/hashs.c
-all: dotlibs sysdeps.h libraries bg-installer cli-generate selftests
+all: dotlibs sysdeps.h libraries bg-installer cli-generate
base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h
./libcompile base64/asc2bin.c
@@ -877,7 +877,7 @@
perl-head.pl:
( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export PATH; \
- perl=`which perl`; \
+ perl=`which perl` || perl="/usr/local/bin/perl"; \
echo "#! $$perl"; \
echo "# WARNING: This file was auto-generated. Do not edit!"; \
echo ) >perl-head.pl