mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
c7c938d955
PR: ports/102029 Submitted by: pirzyk
13 lines
288 B
Perl
13 lines
288 B
Perl
--- ./Makefile.PL.orig Wed Feb 18 14:44:59 2004
|
|
+++ ./Makefile.PL Wed Feb 18 14:45:16 2004
|
|
@@ -20,7 +20,7 @@
|
|
|
|
my ($etc_dir, $share_dir);
|
|
|
|
-$etc_dir = '/etc';
|
|
+$etc_dir = '$(PREFIX)/etc';
|
|
-$share_dir = '/usr/local/share/psgconf';
|
|
+$share_dir = '$(PREFIX)/share/psgconf';
|
|
|
|
GetOptions(
|