diff options
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r-- | print/libgnomeprint/Makefile | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 2917417fe511..244255fdaac4 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,16 +6,10 @@ # PORTNAME= libgnomeprint -PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTVERSION= 2.4.2 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_LOCAL:S/$/:local/} \ - http://people.FreeBSD.org/~marcus/:local -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 \ - marcus/:local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - gpa-xml-${PORTVERSION}${EXTRACT_SUFX}:local +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -33,10 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION=${PORTVERSION} -GPA_XML= globals.xml -GPA_PRINTERS= GENERIC.xml META.xml PDF-WRITER.xml -GPA_MODELS= GNOME-GENERIC-PS.xml GNOME-META.xml GNOME-PDF-WRITER.xml - .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libcups.so) @@ -60,17 +50,5 @@ post-patch: post-install: @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -.for xml in ${GPA_XML} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${xml} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION} -.endfor -.for printer in ${GPA_PRINTERS} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${printer} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION}/printers -.endfor -.for model in ${GPA_MODELS} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${model} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION}/models -.endfor .include <bsd.port.post.mk> |