diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 12:00:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 12:00:46 +0000 |
commit | 294062fca63871133606e543f0e0bb034b1eba65 (patch) | |
tree | 74424841649966dc9d199387413b8afcbc525434 /misc/mc/files/patch-gnome::Makefile.in | |
parent | 7f274ced92a6efb0e978222c0ca2f171a868c6a0 (diff) | |
download | ports-294062fca63871133606e543f0e0bb034b1eba65.tar.gz ports-294062fca63871133606e543f0e0bb034b1eba65.zip |
- add hooks and patches that add an ability to use this port as master
for ports/x11-fm/gnomemc
- fix pkg-plist if mc is being built with charset support
Notes
Notes:
svn path=/head/; revision=64370
Diffstat (limited to 'misc/mc/files/patch-gnome::Makefile.in')
-rw-r--r-- | misc/mc/files/patch-gnome::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/mc/files/patch-gnome::Makefile.in b/misc/mc/files/patch-gnome::Makefile.in new file mode 100644 index 000000000000..0fc63d352ef6 --- /dev/null +++ b/misc/mc/files/patch-gnome::Makefile.in @@ -0,0 +1,11 @@ +--- gnome/Makefile.in.orig Sun Aug 11 18:29:17 2002 ++++ gnome/Makefile.in Sun Aug 11 18:30:01 2002 +@@ -9,7 +9,7 @@ + + corbadir = $(sysconfdir)/CORBA/servers + desktopdir = $(mclibdir)/desktop-scripts +-gnewdir = $(prefix)/share/mc/templates ++gnewdir = $(mclibdir)/templates + gnomeicondir = @gnomeicondir@ + icondir = $(datadir)/pixmaps/mc + |