mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Also fixed Makefile to properly patch xanalyser.spec.in Replaced hard coded /usr/local in favour of PREFIX and LOCALBASE as needed PR: ports/241001
13 lines
358 B
RPMSpec
13 lines
358 B
RPMSpec
--- xanalyser.spec.in.orig 2019-10-05 23:01:18 UTC
|
|
+++ xanalyser.spec.in
|
|
@@ -45,8 +45,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr (-, root, root)
|
|
-/usr/bin/xanalyser
|
|
+%%PREFIX%%/bin/xanalyser
|
|
%doc %{_mandir}/man1/xanalyser.1.gz
|
|
-%config /usr/share/X11/app-defaults/XAnalyser
|
|
+%config %%PREFIX%%/lib/X11/app-defaults/XAnalyser
|
|
|
|
%changelog -n xanalyser
|