forked from Lainports/freebsd-ports
- Add LICENSE_FILE - Update header of patch files - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://sourceforge.net/p/bibutils/home/history_version6/
11 lines
394 B
Text
11 lines
394 B
Text
--- Makefile_start.orig 2020-03-23 18:53:54 UTC
|
|
+++ Makefile_start
|
|
@@ -80,7 +80,7 @@ install: all FORCE
|
|
$(MAKE) -C bin \
|
|
EXEEXT=$(EXEEXT) \
|
|
PROGSIN="$(PROGRAMS)" \
|
|
- INSTALLDIR=$(INSTALLDIR) \
|
|
+ INSTALLDIR=$(DESTDIR)$(INSTALLDIR) \
|
|
install
|
|
sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
|
|
|