diff options
author | salo <salo@pkgsrc.org> | 2003-03-25 14:06:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-25 14:06:48 +0000 |
commit | cfe246f9772d254ebaf1fb6c8b173e83dfee6c52 (patch) | |
tree | 3125084151c8c91095d4c3c396280430091bc1af /print/xpdf-turkish/Makefile | |
parent | e804ebe5e6a7693c9e232e9a9f88480c2c15d532 (diff) | |
download | pkgsrc-cfe246f9772d254ebaf1fb6c8b173e83dfee6c52.tar.gz |
Sync with updated xpdf-2.02 package.
- install into PREFIX, not X11PREFIX
- DEPENDS on xpdf>=2.02 due to USE_X11BASE->USE_X11 change
- fix DEINSTALL files to really remove chunks added to xpdfrc,
correctly define PKG_SYSCONFDIR, don't use direct commands
(sed->@SED@, mv->@MV@, rm->@RM@)
- define USE_PKGINSTALL to correctly replace variables in DEINSTALL files
- consistently use DIST_SUBDIR
- don't define completely bogus version numbers, use dates from the
MASTER_SITE and xpdfrc chunks
- remove PREFIX/share/xpdf from PLISTs, this directory is now part of the xpdf
package
- remove superfluous license/copyright note from DESCR files
- bump PKGREVISION where necessary
Diffstat (limited to 'print/xpdf-turkish/Makefile')
-rw-r--r-- | print/xpdf-turkish/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/print/xpdf-turkish/Makefile b/print/xpdf-turkish/Makefile index b37a88b0e3d..d1fe1054756 100644 --- a/print/xpdf-turkish/Makefile +++ b/print/xpdf-turkish/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/09/19 19:21:40 kei Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/25 14:07:04 salo Exp $ # DISTNAME= xpdf-turkish -PKGNAME= ${DISTNAME}-20020521 +PKGNAME= ${DISTNAME}-20020410 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ @@ -10,23 +10,24 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.foolabs.com/xpdf/ COMMENT= xpdf support files for Turkish -DEPENDS+= xpdf>=1.00:../../print/xpdf +DEPENDS+= xpdf>=2.02:../../print/xpdf -USE_X11BASE= yes +USE_X11= yes +USE_PKGINSTALL= yes -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/${DISTNAME} NO_CONFIGURE= yes NO_BUILD= yes post-patch: ${MV} ${WRKSRC}/add-to-xpdfrc ${WRKSRC}/add-to-xpdfrc.orig - ${SED} -e 's:/usr/local:'${X11PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc + ${SED} -e 's:/usr/local:'${PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc do-install: - ${INSTALL_DATA_DIR} ${X11PREFIX}/share/xpdf/turkish + ${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf/turkish ${INSTALL_DATA} ${WRKSRC}/ISO-8859-9.unicodeMap \ - ${X11PREFIX}/share/xpdf/turkish + ${PREFIX}/share/xpdf/turkish post-install: ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc |