summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-22 21:16:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-22 21:16:39 +0000
commit7c4831e33ae81da7c369fbd812212674a31482f3 (patch)
treec16eeb583cc7524d888c1b1de7ff715fe7313037 /print
parentOops, stop the server before everything. (diff)
Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnome
in preparation for the GNOME 2.0 desktop. Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=58005
Diffstat (limited to 'print')
-rw-r--r--print/libgnomeprint/Makefile5
-rw-r--r--print/libgnomeprint/pkg-plist38
2 files changed, 22 insertions, 21 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 03fbac0c70f7..364940c90388 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgnomeprint
PORTVERSION= 1.112.0
+PORTREVISION= 1
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3
@@ -23,8 +24,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \
+ --datadir=${PREFIX}/share/gnome2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist
index 1dac997f26df..560838b14b7c 100644
--- a/print/libgnomeprint/pkg-plist
+++ b/print/libgnomeprint/pkg-plist
@@ -24,17 +24,17 @@ lib/libgnomeprint-2.a
lib/libgnomeprint-2.so
lib/libgnomeprint-2.so.0
libdata/pkgconfig/libgnomeprint-2.0.pc
-share/gnome/fonts/README.installer
-share/gnome/gnome-print-2.0/media/media.xml
-share/gnome/gnome-print-2.0/models/GNOME-GENERIC-PS.model
-share/gnome/gnome-print-2.0/models/HP-LASERJET-4ML.model
-share/gnome/gnome-print-2.0/models/STYLUS-COLOR-740.model
-share/gnome/gnome-print-2.0/printers/GENERIC.printer
-share/gnome/gnome-print-2.0/vendors/EPSON.vendor
-share/gnome/gnome-print-2.0/vendors/GNOME.vendor
-share/gnome/gnome-print-2.0/vendors/HP.vendor
-share/gnome/libgnomeprint-2.0/fonts/adobe-urw.font
-share/gnome/libgnomeprint-2.0/fonts/defaults.fontmap
+share/gnome2/fonts/README.installer
+share/gnome2/gnome-print-2.0/media/media.xml
+share/gnome2/gnome-print-2.0/models/GNOME-GENERIC-PS.model
+share/gnome2/gnome-print-2.0/models/HP-LASERJET-4ML.model
+share/gnome2/gnome-print-2.0/models/STYLUS-COLOR-740.model
+share/gnome2/gnome-print-2.0/printers/GENERIC.printer
+share/gnome2/gnome-print-2.0/vendors/EPSON.vendor
+share/gnome2/gnome-print-2.0/vendors/GNOME.vendor
+share/gnome2/gnome-print-2.0/vendors/HP.vendor
+share/gnome2/libgnomeprint-2.0/fonts/adobe-urw.font
+share/gnome2/libgnomeprint-2.0/fonts/defaults.fontmap
share/locale/az/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/ca/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/es/LC_MESSAGES/libgnomeprint-2.0.mo
@@ -56,16 +56,16 @@ share/locale/uk/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/wa/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.0.mo
-@dirrm share/gnome/libgnomeprint-2.0/fonts
-@dirrm share/gnome/libgnomeprint-2.0
-@dirrm share/gnome/gnome-print-2.0/vendors
-@dirrm share/gnome/gnome-print-2.0/printers
-@dirrm share/gnome/gnome-print-2.0/models
-@dirrm share/gnome/gnome-print-2.0/media
-@dirrm share/gnome/gnome-print-2.0
+@dirrm share/gnome2/libgnomeprint-2.0/fonts
+@dirrm share/gnome2/libgnomeprint-2.0
+@dirrm share/gnome2/gnome-print-2.0/vendors
+@dirrm share/gnome2/gnome-print-2.0/printers
+@dirrm share/gnome2/gnome-print-2.0/models
+@dirrm share/gnome2/gnome-print-2.0/media
+@dirrm share/gnome2/gnome-print-2.0
+@dirrm share/gnome2/fonts
@dirrm lib/gnome-print-2.0/transports
@dirrm lib/gnome-print-2.0/drivers
@dirrm lib/gnome-print-2.0
@dirrm include/libgnomeprint-2.0/libgnomeprint
@dirrm include/libgnomeprint-2.0
-@unexec /bin/rmdir %D/share/gnome/fonts 2>/dev/null || /usr/bin/true