pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/LPRng-doc Fix installation problems found in bul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b429c15526b
branches:  trunk
changeset: 495633:2b429c15526b
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Jun 16 05:38:00 2005 +0000

description:
Fix installation problems found in bulk build

diffstat:

 print/LPRng-doc/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 440fcc1cff46 -r 2b429c15526b print/LPRng-doc/Makefile
--- a/print/LPRng-doc/Makefile  Thu Jun 16 04:30:46 2005 +0000
+++ b/print/LPRng-doc/Makefile  Thu Jun 16 05:38:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/16 05:38:00 martti Exp $
 
 DISTNAME=      LPRng_DOC-3.6.13
 PKGNAME=       LPRng-doc-3.6.13
@@ -16,8 +16,8 @@
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/LPRng
-       ${PAX} -O -zr -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
-               -s "#^${DISTNAME}/#${PREFIX}/share/doc/LPRng/#" \
-               '*.dvi' '*.gif' '*.html' '*.ps' '*.txt'
+       cd ${WRKDIR} && ${PAX} -O -zrf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+       cd ${WRKSRC} && \
+           ${PAX} -rw *.dvi *.gif *.html *.ps *.txt ${PREFIX}/share/doc/LPRng
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index