diff options
author | is <is@pkgsrc.org> | 2009-04-06 09:28:25 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2009-04-06 09:28:25 +0000 |
commit | 0244c8b352286a2ce3b9e358060fc3f1e5857369 (patch) | |
tree | 5055f6a12b46665c2a74a78d8a7800b4dc944270 /print | |
parent | 8b2c243c49049459be23d6a509b4bfa92d20e49b (diff) | |
download | pkgsrc-0244c8b352286a2ce3b9e358060fc3f1e5857369.tar.gz |
Don't reset modification times on installed files. This is needed to make
make print-PLIST work.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-pgf/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/tex-pgf/Makefile b/print/tex-pgf/Makefile index 548c0df5e18..7dfee304048 100644 --- a/print/tex-pgf/Makefile +++ b/print/tex-pgf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:22 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/06 09:28:25 is Exp $ # DISTNAME= pgf-1.10 PKGNAME= tex-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgf/} @@ -24,14 +24,14 @@ do-build: do-install: cd ${WRKSRC}/context && \ - pax -ppa -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/context/ + pax -pmap -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/context/ cd ${WRKSRC}/doc/generic && \ - pax -ppa -rw pgf ${PKG_LOCALTEXMFPREFIX}/doc/generic/ + pax -pmap -rw pgf ${PKG_LOCALTEXMFPREFIX}/doc/generic/ cd ${WRKSRC}/generic && \ - pax -ppa -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/generic/ + pax -pmap -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/generic/ cd ${WRKSRC}/latex && \ - pax -ppa -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/latex/ + pax -pmap -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/latex/ cd ${WRKSRC}/plain && \ - pax -ppa -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/plain/ + pax -pmap -rw pgf ${PKG_LOCALTEXMFPREFIX}/tex/plain/ .include "../../mk/bsd.pkg.mk" |