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 /biology/mopac | |
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 'biology/mopac')
-rw-r--r-- | biology/mopac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index d937361fc90..708d8e87d3a 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/09 17:52:57 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/26 02:13:16 joerg Exp $ # DISTNAME= mopac7 @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/mopac7 BUILD_TARGET= MOPAC7 -USE_TOOLS+= gmake +USE_TOOLS+= gmake pax USE_LANGUAGES= fortran PKG_FC= f2c-f77 @@ -34,9 +34,9 @@ pre-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mopac ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/MOPAC7 ${DESTDIR}${PREFIX}/bin - cd ${WRKSRC} && ${PAX} -wr test_* \ + cd ${WRKSRC} && pax -wr test_* \ ${DESTDIR}${PREFIX}/share/mopac7/sample - cd ${WRKDIR} && ${PAX} -wr mopac7-man ${DESTDIR}${PREFIX}/share/mopac7 + cd ${WRKDIR} && pax -wr mopac7-man ${DESTDIR}${PREFIX}/share/mopac7 # "g77" can not be used for external function |