Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/games/xpipeman/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/games/xpipeman/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pkgsrc/games/xpipeman/Makefile 1998/08/20 15:16:59 1.2 +++ pkgsrc/games/xpipeman/Makefile 1998/09/14 23:52:17 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/14 23:52:17 garbled Exp $ # DISTNAME= xpipeman-1.5 @@ -17,7 +17,8 @@ do-install: ${X11BASE}/bin/xpipeman ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6 ${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman - ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores \ - ${X11BASE}/share/xpipeman + if [ ! -e /var/games/xpipescores ]; then \ + ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \ + fi .include "../../mk/bsd.pkg.mk"