From 2374ca422f2eb8b46ed600c7bb21740b2865d899 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: 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. --- biology/profit/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'biology/profit') diff --git a/biology/profit/Makefile b/biology/profit/Makefile index de83c8fa31c..8d47c3df322 100644 --- a/biology/profit/Makefile +++ b/biology/profit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/03 01:10:06 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:16 joerg Exp $ # DISTNAME= ProFitV2.2 @@ -12,6 +12,8 @@ COMMENT= Performs least squares fits of two protein structures PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pax + BUILD_TARGET= profit BUILD_DIRS= src INSTALLATION_DIRS= bin @@ -25,6 +27,6 @@ do-install: .endfor ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/html/profit cd ${WRKSRC}/doc/ProFit/ && \ - ${PAX} -rw . ${DESTDIR}${PREFIX}/share/doc/html/profit/ + pax -rw . ${DESTDIR}${PREFIX}/share/doc/html/profit/ .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3