1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Install docs in the correct place.

PR:		16328
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
Approved by:	maintainer
This commit is contained in:
Jeremy Lea 2000-01-27 06:37:06 +00:00
parent 0b4d835b3a
commit 6bfc018315
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25107
2 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Mon Jan 24 13:38:33 2000
+++ src/Makefile.in Mon Jan 24 13:38:41 2000
@@ -36,7 +36,7 @@
exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
install_include_dir = @includedir@
-install_doc_dir = $(prefix)/doc/slang/@slang_version@
+install_doc_dir = $(prefix)/share/doc/slang/@slang_version@
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
#---------------------------------------------------------------------------
# Misc commands (safe to leave these untouched)

View File

@ -1,7 +1,18 @@
include/slang.h
include/slcurses.h
lib/libslang.a
lib/libslang.so
lib/libslang.so.1.3
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
include/slcurses.h
include/slang.h
share/doc/slang/COPYING
share/doc/slang/COPYING.ART
share/doc/slang/COPYING.GPL
share/doc/slang/COPYRIGHT
share/doc/slang/changes.txt
share/doc/slang/cref.txt
share/doc/slang/cslang.txt
share/doc/slang/slang.txt
share/doc/slang/slangdoc.html
share/doc/slang/slangfun.txt
@dirrm share/doc/slang