mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
PR: 276018 Submitted by: Krzysztof (ports@bsdserwis.com) Approved by: Krzysztof (ports@bsdserwis.com)
11 lines
448 B
Text
11 lines
448 B
Text
--- igal2.orig 2021-11-18 00:25:55 UTC
|
|
+++ igal2
|
|
@@ -6,7 +6,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
|
|
############################################################################
|
|
# Please change this accordingly if you change the DESTDIR in the tarball
|
|
# distribution Makefile or the --prefix of the RPM installation
|
|
-$IGALDIR = "/usr/local/share/igal2";
|
|
+$IGALDIR = "%%IGALDIR%%";
|
|
# debug locally
|
|
#use File::Basename;
|
|
#$IGALDIR = dirname($0);
|