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 /geography/postgresql81-postgis | |
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 'geography/postgresql81-postgis')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 44cf473bfc6..6cd5e0b89ad 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/02/16 01:29:00 gdt Exp $ +# $NetBSD: Makefile,v 1.16 2008/05/26 02:13:20 joerg Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.3.2 @@ -19,7 +19,7 @@ CONFLICTS= postgis-[0-9]* MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES -USE_TOOLS+= gmake lex perl +USE_TOOLS+= gmake lex pax perl USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-rpath @@ -47,7 +47,7 @@ do-install: ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DOCDIR} ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DOCDIR} ${INSTALL_DATA_DIR} ${HTMLDIR} - cd ${WRKSRC}/doc/html && ${PAX} -rw -pp *.html *.css ${HTMLDIR} + cd ${WRKSRC}/doc/html && pax -rw -pp *.html *.css ${HTMLDIR} ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${PREFIX}/${PKGMANDIR}/man1 DEPENDS+= postgresql81-server>=8.1:../../databases/postgresql81-server |