diff options
author | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
commit | 2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /cad/boolean | |
parent | ef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff) | |
download | pkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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')
-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 |