diff options
author | ade <ade@FreeBSD.org> | 2000-05-17 19:53:25 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-17 19:53:25 +0000 |
commit | be0cacc79b1906c519036453607cd5b060c57255 (patch) | |
tree | 550bf1a806c5efb061c2eba7dc52aa7a90b18911 /editors/gnotepad+/files | |
parent | 483334ecfc612e36b99c3ca145ceb4895e2268d2 (diff) | |
download | FreeBSD-ports-be0cacc79b1906c519036453607cd5b060c57255.zip FreeBSD-ports-be0cacc79b1906c519036453607cd5b060c57255.tar.gz |
Update to 1.3.0
Approved by: maintainer
Diffstat (limited to 'editors/gnotepad+/files')
-rw-r--r-- | editors/gnotepad+/files/patch-aa | 11 | ||||
-rw-r--r-- | editors/gnotepad+/files/patch-ab | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa new file mode 100644 index 0000000..c807f58 --- /dev/null +++ b/editors/gnotepad+/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed May 10 11:11:34 2000 ++++ Makefile.in Wed May 17 10:18:42 2000 +@@ -97,7 +97,7 @@ + + CLEANFILES = *~ .deps/* + +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(datadir)/apps/Applications + Applications_DATA = gnotepad+.desktop gnotepad+.spec + + SUBDIRS = docs po intl src diff --git a/editors/gnotepad+/files/patch-ab b/editors/gnotepad+/files/patch-ab new file mode 100644 index 0000000..6566ba4 --- /dev/null +++ b/editors/gnotepad+/files/patch-ab @@ -0,0 +1,11 @@ +--- docs/C/Makefile.in.orig Wed May 17 10:17:47 2000 ++++ docs/C/Makefile.in Wed May 17 10:18:09 2000 +@@ -65,7 +65,7 @@ + pkgdata_DATA = index-1.html index-2.html index-3.html index-4.html index-5.html index.html closedialog.png doclist.png doctabs.png editmenu.png fileinfo1.png fileinfo2.png find1.png find2.png find3.png htmldoc.png htmltag.png htmltb1.png htmltb2.png htmlwin.png mainoptions.png maintb.png mainwin.png msgbar.png msgbox.png optionsmenu0.png optionsmenu1.png optionsmenu2.png prefs_appearance.png prefs_document.png prefs_fonts.png prefs_fontsel.png prefs_htmltb.png prefs_maintb.png prefs_misc.png prefs_srcctrl.png prefs_window.png printdialog.png shellcmd.png splashscreen.png textarea.png windowmenu.png winlist.png winnew.png topic.dat + + +-gnp_helpdir = $(datadir)/gnome/help/gnotepad+/C ++gnp_helpdir = $(datadir)/help/gnotepad+/C + + EXTRA_DIST = $(pkgdata_DATA) + |