Changeset 80859
- Timestamp:
- 07/19/11 11:26:37 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/gdb/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/gdb/Portfile
r76003 r80859 6 6 name gdb 7 7 version 7.2 8 revision 1 8 9 categories devel 9 10 maintainers dweber openmaintainer … … 51 52 --mandir=${prefix}/share/man \ 52 53 --with-docdir=${prefix}/share/doc \ 53 --program-prefix= fsf-54 --program-prefix=g 54 55 55 56 configure.cflags-append -I${prefix}/include … … 57 58 58 59 post-destroot { 59 system "chgrp procmod ${destroot}${prefix}/bin/fsf-gdb*" 60 system "chmod g+s ${destroot}${prefix}/bin/fsf-gdb*" 60 system "chgrp procmod ${destroot}${prefix}/bin/ggdb*" 61 system "chmod g+s ${destroot}${prefix}/bin/ggdb*" 62 61 63 move ${destroot}${prefix}/share/info/standards.info ${destroot}${prefix}/share/info/gdb-standards.info 64 65 xinstall -m 755 -d ${destroot}${prefix}/libexec/gnubin 66 foreach binary [glob -tails -directory ${destroot}${prefix}/bin g*] { 67 ln -s ${prefix}/bin/${binary} ${destroot}${prefix}/libexec/gnubin/[string range $binary 1 end] 68 } 69 62 70 }
Note: See TracChangeset
for help on using the changeset viewer.

