mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
425b5e7cb7
PR: 17729 Submitted by: maintainer
21 lines
578 B
Plaintext
21 lines
578 B
Plaintext
--- Makefile.am.orig Sat Feb 19 17:55:58 2000
|
|
+++ Makefile.am Sat Feb 19 17:56:24 2000
|
|
@@ -2,7 +2,7 @@
|
|
|
|
SUBDIRS = lib objects plug-ins shapes intl app samples po sheets
|
|
|
|
-gnomedatadir = $(datadir)
|
|
+gnomedatadir = $(datadir)/gnome
|
|
|
|
pkgdata_DATA = dia_logo.png
|
|
man_MANS = dia.1
|
|
@@ -10,7 +10,7 @@
|
|
pixmapdir = $(gnomedatadir)/pixmaps
|
|
pixmap_DATA = dia_gnome_icon.png dia-diagram.png
|
|
|
|
-Applicationsdir = $(gnomedatadir)/gnome/apps/Applications
|
|
+Applicationsdir = $(gnomedatadir)/apps/Applications
|
|
Applications_DATA = dia.desktop
|
|
|
|
dia.keys: $(srcdir)/dia.keys.in Makefile
|