pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xephem



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Oct  9 20:48:19 UTC 2016

Modified Files:
        pkgsrc/x11/xephem: Makefile

Log Message:
Use pax, not cp -R, to install subtrees.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/x11/xephem/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xephem/Makefile
diff -u pkgsrc/x11/xephem/Makefile:1.64 pkgsrc/x11/xephem/Makefile:1.65
--- pkgsrc/x11/xephem/Makefile:1.64     Sun Oct  9 20:39:29 2016
+++ pkgsrc/x11/xephem/Makefile  Sun Oct  9 20:48:19 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/10/09 20:39:29 dholland Exp $
+# $NetBSD: Makefile,v 1.65 2016/10/09 20:48:19 dholland Exp $
 
 DISTNAME=      xephem-3.7.7
 PKGREVISION=   1
@@ -29,7 +29,7 @@ LICENSE=      xephem-license
 MAKE_JOBS_SAFE=        no
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/GUI/xephem
-USE_TOOLS+=    gmake perl:run
+USE_TOOLS+=    gmake pax perl:run
 REPLACE_PERL+= auxil/*.pl
 
 LIBS.SunOS+=           -lnsl -lsocket
@@ -53,7 +53,7 @@ do-install:
        ${INSTALL_MAN} ${WRKSRC}/xephem.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xephem.1
        ${SED} s,@PREFIX@,${PREFIX}, ${FILESDIR}/XEphem.ad > ${WRKDIR}/XEphem
        ${INSTALL_DATA} ${WRKDIR}/XEphem ${DESTDIR}${PREFIX}/lib/X11/app-defaults
-       cd ${WRKSRC}; ${CP} -R auxil catalogs fifos fits gallery help lo \
+       cd ${WRKSRC}; pax -rw auxil catalogs fifos fits gallery help lo \
                ${DESTDIR}${PREFIX}/share/xephem
        ${RM} -f ${DESTDIR}${PREFIX}/share/xephem/*/._*
        ${CHOWN} -R ${SHAREOWN} ${DESTDIR}${PREFIX}/share/xephem



Home | Main Index | Thread Index | Old Index