diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-22 21:16:39 +0000 |
commit | 8e0006dd57b7ffb8094d8be3061257194bf7f65e (patch) | |
tree | 58dde3985de4daa2404dbda635db1d05f4e22a8e /print | |
parent | c08d1a4a0e71e547a8f5b11c278c2480909c8730 (diff) | |
download | FreeBSD-ports-8e0006dd57b7ffb8094d8be3061257194bf7f65e.zip FreeBSD-ports-8e0006dd57b7ffb8094d8be3061257194bf7f65e.tar.gz |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 38 |
2 files changed, 22 insertions, 21 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 03fbac0..364940c 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 1dac997..560838b 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 |