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 /biology/mopac | |
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 '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 |