1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/psgconf/files/patch-Makefile.PL
Rong-En Fan c7c938d955 - Update to 3.2.1
PR:		ports/102029
Submitted by:	pirzyk
2006-08-23 11:47:30 +00:00

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(