mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
GNOME policy:
- Use ${PREFIX}/share/gnome properly.
This commit is contained in:
parent
7083ca272a
commit
d5c4a87890
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59009
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gupsc
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://www.stud.ifi.uio.no/~hennikul/gupsc/download/
|
||||
|
||||
|
14
sysutils/gupsc/files/patch-Makefile.in
Normal file
14
sysutils/gupsc/files/patch-Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2002/05/13 12:37:29 1.1
|
||||
+++ Makefile.in 2002/05/13 12:37:39
|
||||
@@ -109,7 +109,7 @@
|
||||
|
||||
SUBDIRS = intl po macros src
|
||||
|
||||
-Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/gnome/apps/System
|
||||
+Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/apps/System
|
||||
Applications_DATA = gupsc.desktop
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
@ -1,5 +1,5 @@
|
||||
bin/gupsc
|
||||
share/locale/no/LC_MESSAGES/gupsc.mo
|
||||
share/gnome/pixmaps/gupsc/ups.png
|
||||
share/gnome/gnome/apps/System/gupsc.desktop
|
||||
share/gnome/apps/System/gupsc.desktop
|
||||
@dirrm share/gnome/pixmaps/gupsc
|
||||
|
Loading…
Reference in New Issue
Block a user