View | Details | Raw Unified | Return to bug 232732 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-Makefile.in (-24 lines)
Lines 1-24 Link Here
1
--- Makefile.in.orig	2010-09-30 17:14:07 UTC
2
+++ Makefile.in
3
@@ -236,10 +236,10 @@ install-libraries: libraries $(SCRIPTS)
4
 	    $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir) ; \
5
 	done;
6
 # install standalone scripts and their man pages, if requested
7
-	@mkdir -p $(DESTDIR)$(prefix)/bin
8
+	@mkdir -p $(DESTDIR)$(datadir)
9
 	-for i in $(SCRIPT_LIST) ; do \
10
 	  if [ -f $$i ] ; then \
11
-	    $(INSTALL_PROGRAM) $$i $(DESTDIR)$(prefix)/bin/$$i ; \
12
+	    $(INSTALL_SCRIPT) $$i $(DESTDIR)$(datadir)/$$i ; \
13
 	    rm -f $$i ; \
14
 	  else true; fi ; \
15
 	done
16
@@ -259,7 +259,7 @@ install-doc: doc
17
 	$(INSTALL_DATA) $(srcdir)/libexpect.man $(DESTDIR)$(mandir)/man3/libexpect.3
18
 	-for i in $(SCRIPT_MANPAGE_LIST) ; do \
19
 	  if [ -f $(srcdir)/example/$$i.man ] ; then \
20
-	    $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(mandir)/man1/$$i.1 ; \
21
+	    $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(datadir)/$$i.1 ; \
22
 	  else true; fi ; \
23
 	done
24
 
(-)pkg-plist (-34 / +34 lines)
Lines 1-43 Link Here
1
bin/expect
1
bin/expect
2
bin/autoexpect
3
bin/autopasswd
4
bin/cryptdir
5
bin/decryptdir
6
bin/dislocate
7
bin/ftp-rfc
8
bin/kibitz
9
bin/lpunlock
10
bin/mkpasswd
11
bin/multixterm
12
bin/passmass
13
bin/rftp
14
bin/rlogin-cwd
15
bin/timed-read
16
bin/timed-run
17
bin/tknewsbiff
18
bin/tkpasswd
19
bin/unbuffer
20
bin/weather
21
bin/xkibitz
22
bin/xpstat
2
include/expect.h
23
include/expect.h
3
include/expect_comm.h
24
include/expect_comm.h
4
include/expect_tcl.h
25
include/expect_tcl.h
5
include/tcldbg.h
26
include/tcldbg.h
6
lib/expect%%PORTVERSION%%/libexpect%%PORTVERSION%%.so
27
lib/%%TCL_PKG%%/lib%%TCL_PKG%%.so
7
lib/expect%%PORTVERSION%%/pkgIndex.tcl
28
lib/%%TCL_PKG%%/pkgIndex.tcl
8
lib/libexpect.so
29
lib/libexpect.so
9
lib/libexpect.so.1
30
lib/libexpect.so.1
31
man/man1/autoexpect.1.gz
32
man/man1/cryptdir.1.gz
33
man/man1/decryptdir.1.gz
34
man/man1/dislocate.1.gz
10
man/man1/expect.1.gz
35
man/man1/expect.1.gz
36
man/man1/kibitz.1.gz
37
man/man1/mkpasswd.1.gz
38
man/man1/multixterm.1.gz
39
man/man1/passmass.1.gz
40
man/man1/tknewsbiff.1.gz
41
man/man1/unbuffer.1.gz
42
man/man1/xkibitz.1.gz
11
man/man3/libexpect.3.gz
43
man/man3/libexpect.3.gz
12
%%DATADIR%%/autoexpect
13
%%DATADIR%%/autoexpect.1
14
%%DATADIR%%/autopasswd
15
%%DATADIR%%/cryptdir
16
%%DATADIR%%/cryptdir.1
17
%%DATADIR%%/decryptdir
18
%%DATADIR%%/decryptdir.1
19
%%DATADIR%%/dislocate
20
%%DATADIR%%/dislocate.1
21
%%DATADIR%%/ftp-rfc
22
%%DATADIR%%/kibitz
23
%%DATADIR%%/kibitz.1
24
%%DATADIR%%/lpunlock
25
%%DATADIR%%/mkpasswd
26
%%DATADIR%%/mkpasswd.1
27
%%DATADIR%%/multixterm
28
%%DATADIR%%/multixterm.1
29
%%DATADIR%%/passmass
30
%%DATADIR%%/passmass.1
31
%%DATADIR%%/rftp
32
%%DATADIR%%/rlogin-cwd
33
%%DATADIR%%/timed-read
34
%%DATADIR%%/timed-run
35
%%DATADIR%%/tknewsbiff
36
%%DATADIR%%/tknewsbiff.1
37
%%DATADIR%%/tkpasswd
38
%%DATADIR%%/unbuffer
39
%%DATADIR%%/unbuffer.1
40
%%DATADIR%%/weather
41
%%DATADIR%%/xkibitz
42
%%DATADIR%%/xkibitz.1
43
%%DATADIR%%/xpstat

Return to bug 232732