mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
1f9b9f732b
- Add LICENSE_FILE, NO_ARCH - Convert to options helpers - Regenerate patches with make makepatch PR: 211838 [1] Submitted by: Jochen Neumeister [1]
12 lines
529 B
Plaintext
12 lines
529 B
Plaintext
--- igal2.orig 2016-06-02 05:29:25 UTC
|
|
+++ igal2
|
|
@@ -5,7 +5,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
|
|
-$LIBDIR = "/usr/local/lib/igal2";
|
|
+$LIBDIR = "%%LIBDIR%%";
|
|
# for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal2"
|
|
############################################################################
|
|
#
|