diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 05:48:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 05:48:44 +0800 |
commit | a4b79350eebbf824db93c259b72cb7883a1a395a (patch) | |
tree | a217c2f6b9317591e25a1528cad83dd0d6c1510b /databases/p5-Class-DBI-SQLite | |
parent | 627059e3b6fe0d48c50f2099e554ecb4ce115e78 (diff) | |
download | freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.gz freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.zst freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.zip |
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
Diffstat (limited to 'databases/p5-Class-DBI-SQLite')
-rw-r--r-- | databases/p5-Class-DBI-SQLite/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-SQLite/Makefile b/databases/p5-Class-DBI-SQLite/Makefile index 2f877ea3a7d9..98f97714d14d 100644 --- a/databases/p5-Class-DBI-SQLite/Makefile +++ b/databases/p5-Class-DBI-SQLite/Makefile @@ -21,12 +21,10 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -.if !defined(NOPORTDOCS) PORTDOCS= Changes post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |