You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
/opt/local hardcoding removal, along with some darwinports --> macports reinplaces
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@23185 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -35,7 +35,7 @@ configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
|
||||
|
||||
post-install {
|
||||
ui_msg "--------------------------------------------------------------------------"
|
||||
ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\""
|
||||
ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
|
||||
ui_msg "--------------------------------------------------------------------------"
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ long_description \
|
||||
|
||||
#user_notes If texmacs can't find guile's modules, you will have to \
|
||||
# set GUILE_LOAD_PATH explicitly (usually \
|
||||
# /opt/local/share/guile/1.6). \
|
||||
# ${prefix}/share/guile/1.6). \
|
||||
# \
|
||||
# Also, don't forget to set DISPLAY to localhost:0.0 if \
|
||||
# launching TeXmacs from a non-X11 terminal.
|
||||
|
||||
@@ -36,9 +36,9 @@ platform darwin {
|
||||
}
|
||||
|
||||
post-destroot {
|
||||
# ntfs-3g symlinks /sbin/mount.ntfs-3g to /opt/local/bin/ntfs-3g
|
||||
# ntfs-3g symlinks /sbin/mount.ntfs-3g to ${prefix}/bin/ntfs-3g
|
||||
# but on darwin mount wants mount_* instead of mount.*
|
||||
file rename -- ${destroot}/sbin/mount.ntfs-3g ${destroot}/sbin/mount_ntfs-3g
|
||||
file rename -- ${destroot}${prefix}/man/man8/mount.ntfs-3g.8 \
|
||||
${destroot}${prefix}/man/man8/mount_ntfs-3g.8
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ long_description \
|
||||
features needed for programming in the real world.
|
||||
|
||||
#user_notes You may need to set the environment variable \
|
||||
# DYLD_LIBRARY_PATH to /opt/local/lib (or wherever \
|
||||
# DYLD_LIBRARY_PATH to ${prefix}/lib (or wherever \
|
||||
# the guile libraries have been installed) if you want \
|
||||
# to load guile modules from an application linked with \
|
||||
# libguile. This should only apply to developers using \
|
||||
|
||||
@@ -34,9 +34,9 @@ long_description \
|
||||
# document and exclude commercial redistribution. \
|
||||
# \
|
||||
# To view, point your browser to \
|
||||
# <darwinports installation dir>/share/doc/lisp/${name}-${version}/HyperSpec/Front/index.htm \
|
||||
# <MacPorts installation dir>/share/doc/lisp/${name}-${version}/HyperSpec/Front/index.htm \
|
||||
# \
|
||||
# Usually, <darwinports installation dir> is /opt/local. \
|
||||
# Usually, <MacPorts installation dir> is /opt/local. \
|
||||
#
|
||||
|
||||
homepage http://www.lispworks.com/reference/HyperSpec/index.html
|
||||
|
||||
@@ -75,7 +75,7 @@ post-destroot {
|
||||
# fftw-3-single does not build on i386
|
||||
#variant fftw {
|
||||
# depends_lib-append port:fftw-3 port:fftw-3-single
|
||||
# configure.args-append --with-fftw=/opt/local
|
||||
# configure.args-append --with-fftw=${prefix}
|
||||
#}
|
||||
|
||||
variant proj {
|
||||
|
||||
Reference in New Issue
Block a user