pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/xpdf Switch to modular buildlinks and prefer OWN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06d0084ef276
branches:  trunk
changeset: 521179:06d0084ef276
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 10:47:18 2006 +0000

description:
Switch to modular buildlinks and prefer OWN_DIRS over PLIST
exec/unexec.

diffstat:

 print/xpdf/Makefile |  8 +++-----
 print/xpdf/PLIST    |  4 +---
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r fda8872bb5cc -r 06d0084ef276 print/xpdf/Makefile
--- a/print/xpdf/Makefile       Mon Nov 06 10:42:38 2006 +0000
+++ b/print/xpdf/Makefile       Mon Nov 06 10:47:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/10/09 12:52:36 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2006/11/06 10:47:18 joerg Exp $
 
 DISTNAME=      xpdf-3.01
 PKGNAME=       ${DISTNAME}pl2
@@ -47,15 +47,13 @@
 SUBST_SED.paths+=      -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
 SUBST_STAGE.paths=     post-patch
 
-# Used by supplemental packages.
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf
+OWN_DIRS=              share/xpdf
 
 BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.2.1
 
 .include "../../fonts/t1lib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r fda8872bb5cc -r 06d0084ef276 print/xpdf/PLIST
--- a/print/xpdf/PLIST  Mon Nov 06 10:42:38 2006 +0000
+++ b/print/xpdf/PLIST  Mon Nov 06 10:47:18 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/03/03 10:50:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/11/06 10:47:18 joerg Exp $
 bin/pdffonts
 bin/pdfimages
 bin/pdfinfo
@@ -15,6 +15,4 @@
 man/man1/xpdf.1
 man/man5/xpdfrc.5
 share/examples/xpdf/xpdfrc
-@exec ${MKDIR} %D/share/xpdf
-@dirrm share/xpdf
 @dirrm share/examples/xpdf



Home | Main Index | Thread Index | Old Index