diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /cad/boolean/Makefile | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz |
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
Diffstat (limited to 'cad/boolean/Makefile')
-rw-r--r-- | cad/boolean/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index dd723bace8d..20432204bac 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2008/03/12 09:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2008/05/26 02:13:16 joerg Exp $ # DISTNAME= boolean_6_92 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/boolean EXTRACT_OPTS_ZIP= -aqo GCC_REQD+= 3.0 -USE_TOOLS+= gmake pkg-config tar +USE_TOOLS+= gmake pax pkg-config tar USE_LANGUAGES= c c++ USE_CMAKE= yes @@ -36,9 +36,9 @@ CMAKE_ARGS+= -DWXWIDGET_GTK2=YES do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/boolean cd ${WRKSRC}/apps/edit \ - && ${PAX} -rw default gdsuser ${DESTDIR}${PREFIX}/share/boolean + && pax -rw default gdsuser ${DESTDIR}${PREFIX}/share/boolean cd ${WRKSRC}/docs \ - && ${PAX} -rw html ${DESTDIR}${PREFIX}/share/boolean + && pax -rw html ${DESTDIR}${PREFIX}/share/boolean ${CHOWN} -R ${BINOWN}:${BINGRP} ${DESTDIR}${PREFIX}/share/boolean ${INSTALL_SCRIPT} ${WRKSRC}/bin/boolean ${DESTDIR}${PREFIX}/bin/boolean ${INSTALL_PROGRAM} ${WRKSRC}/apps/edit/edit ${DESTDIR}${PREFIX}/bin/edit |