diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-04 14:10:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-04 14:10:24 +0000 |
commit | 0cf9a52b5fbbaff75b714beb4efb1a3691690c8e (patch) | |
tree | bfb7902ac4e472324624521cb0670b4547df38a4 /databases/postgresql_autodoc | |
parent | 3e6a183b86a398a20a0713c022ce19348e13cfc9 (diff) | |
download | ports-0cf9a52b5fbbaff75b714beb4efb1a3691690c8e.tar.gz ports-0cf9a52b5fbbaff75b714beb4efb1a3691690c8e.zip |
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index 8ca3b9c84e0a..9843771b0e1c 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ USE_GMAKE= yes USE_PERL5= yes -CONFIGURE_ARGS+= --datadir=${DATADIR} +CONFIGURE_ARGS+=--datadir=${DATADIR} WRKSRC= ${WRKDIR}/postgresql_autodoc |