mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
*** Makefile.bak Sat Jun 8 20:42:14 1996
|
|
--- Makefile Sat Sep 14 04:07:01 1996
|
|
***************
|
|
*** 32,40 ****
|
|
|
|
# Select or change one of the following perl interpreters:
|
|
|
|
! PERL=/usr/local/bin/perl
|
|
#PERL=/usr/local/ucb/perl
|
|
! #PERL=/usr/bin/perl
|
|
#PERL=/usr/ucb/perl
|
|
#PERL=/bin/perl
|
|
#PERL=$(HOME)/bin/perl
|
|
--- 32,40 ----
|
|
|
|
# Select or change one of the following perl interpreters:
|
|
|
|
! #PERL=/usr/local/bin/perl
|
|
#PERL=/usr/local/ucb/perl
|
|
! PERL=/usr/bin/perl
|
|
#PERL=/usr/ucb/perl
|
|
#PERL=/bin/perl
|
|
#PERL=$(HOME)/bin/perl
|
|
***************
|
|
*** 43,56 ****
|
|
|
|
# Select or change one of the following WebCopy destination:
|
|
|
|
! DESTINATION=webcopy.test
|
|
#DESTINATION=/usr/local/bin/webcopy
|
|
#DESTINATION=/usr/local/ucb/webcopy
|
|
#DESTINATION=/usr/bin/webcopy
|
|
#DESTINATION=/usr/ucb/webcopy
|
|
#DESTINATION=/bin/webcopy
|
|
#DESTINATION=$(HOME)/bin/webcopy
|
|
! #DESTINATION=
|
|
|
|
# Select default perl interpreter version:
|
|
|
|
--- 43,56 ----
|
|
|
|
# Select or change one of the following WebCopy destination:
|
|
|
|
! #DESTINATION=webcopy.test
|
|
#DESTINATION=/usr/local/bin/webcopy
|
|
#DESTINATION=/usr/local/ucb/webcopy
|
|
#DESTINATION=/usr/bin/webcopy
|
|
#DESTINATION=/usr/ucb/webcopy
|
|
#DESTINATION=/bin/webcopy
|
|
#DESTINATION=$(HOME)/bin/webcopy
|
|
! DESTINATION=$(PREFIX)/bin/webcopy
|
|
|
|
# Select default perl interpreter version:
|
|
|