diff options
Diffstat (limited to 'geography/postgresql81-postgis/Makefile')
-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 |