forked from Lainports/freebsd-ports
- Unbreak
- Pass maintainership to submitter
- Add LICENSE(LGPL20 GPLv2)
- Remove OPTIONS LIBRARY to make default as most of the dependent ports
require the library
- Make proper use of OPTIONSNG to declutter ${PORT_OPTIONS:M*}
PR: 196942
Differential Revision: https://reviews.freebsd.org/D1795
Submitted by: mp39590@gmail.com
Approved by: marino(mentor)
11 lines
249 B
Text
11 lines
249 B
Text
--- src/Makefile.in.orig 2015-02-06 18:18:35.275843385 +0600
|
|
+++ src/Makefile.in 2015-02-06 18:19:48.038837253 +0600
|
|
@@ -680,7 +680,7 @@
|
|
tags tags-am uninstall uninstall-am
|
|
|
|
|
|
-$(srcdir)/utils.c: info.h
|
|
+utils.c: info.h
|
|
|
|
info.h:
|
|
rm -f info.h
|