mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Update MASTER_SITES and WWW in pkg-descr - Add LICENSE - Convert to USES localbase and use compiler USES due to nested functions requirement - Use option helpers - Regenerate some patches PR: 201041 Submitted by: mizhka at gmail.com Approved by: admin at lissyara.su (maintainer)
11 lines
271 B
Text
11 lines
271 B
Text
--- etc/Makefile.in.orig 2015-06-22 10:21:10 UTC
|
|
+++ etc/Makefile.in
|
|
@@ -259,7 +259,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
xneurrcdir = $(sysconfdir)/xneur
|
|
xneurrc_DATA = \
|
|
- xneurrc
|
|
+ xneurrc.sample
|
|
|
|
EXTRA_DIST = $(xneurrc_DATA)
|
|
all: all-am
|