diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 00:05:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 00:05:36 +0000 |
commit | 1632c3021e14f9c7a8c2c0dda6c76d5a2fc83cd2 (patch) | |
tree | 266930c961bade72056424371d6f63a594300d3a /textproc/bibtex2html/files | |
parent | 4c1e010eaac18563af4a8ddad54403655e3f09af (diff) |
Notes
Diffstat (limited to 'textproc/bibtex2html/files')
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in new file mode 100644 index 000000000000..2387af8875a5 --- /dev/null +++ b/textproc/bibtex2html/files/patch-Makefile.in @@ -0,0 +1,22 @@ +--- ./Makefile.in.orig 2012-02-06 09:39:54.000000000 +0000 ++++ ./Makefile.in 2014-01-25 22:42:26.000000000 +0000 +@@ -19,16 +19,16 @@ + ######################################### + + # where to put executable files +-prefix=@prefix@ ++prefix=$(DESTDIR)@prefix@ + exec_prefix=@exec_prefix@ + BINDIR=@bindir@ + EXE=@EXE@ + + # where to install the man pages +-MANDIR = @mandir@ ++MANDIR = $(DESTDIR)@mandir@ + + # where to install the doc +-DOCDIR = $(prefix)/doc/bibtex2html ++DOCDIR = $(prefix)/share/doc/bibtex2html + + ######################################### + # End of configuration part |