mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
--- Makefile.PL.orig Mon Jun 15 00:44:42 1998
|
|
+++ Makefile.PL Mon Jun 15 00:45:04 1998
|
|
@@ -14,8 +14,8 @@
|
|
|
|
########################################################################
|
|
# Modify these variables if you need.
|
|
-$libreadlinedir = '/usr/local/gnu/lib'; # for -L option
|
|
-$increadlinedir = '/usr/local/gnu/inc'; # for -I option
|
|
+$libreadlinedir = '/usr/lib'; # for -L option
|
|
+$increadlinedir = '/usr/include'; # for -I option
|
|
|
|
########################################################################
|
|
use ExtUtils::MakeMaker;
|