mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- 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)
20 lines
756 B
Text
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
|