diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/postgresql-autodoc | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 20335a876fb..ba517f67d67 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/09/09 14:18:58 recht Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:26:50 agc Exp $ # DISTNAME= postgresql_autodoc-1.12 -WRKSRC= ${WRKDIR}/postgresql_autodoc CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ @@ -13,6 +12,7 @@ COMMENT= Generate HTML, DOT, and XML description of database structure DEPENDS= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template +WRKSRC= ${WRKDIR}/postgresql_autodoc USE_PERL5= yes USE_GMAKE= yes USE_BUILDLINK2= yes |