diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-12-24 22:13:25 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-12-24 22:13:25 +0000 |
| commit | bf21e867a3979c36c8b8a9c5864a3b581c9def47 (patch) | |
| tree | 78bdd2413ef82a3a5f5b3500545cf27a4a7473b7 /databases/sqlite2 | |
| parent | x11/libXcm: Update to version 0.5.4: (diff) | |
Use ALL_TARGET instead of defining post-build to build documentation.
Notes
Notes:
svn path=/head/; revision=429384
Diffstat (limited to 'databases/sqlite2')
| -rw-r--r-- | databases/sqlite2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 6fd3199807de..ad8e05986142 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -48,6 +48,7 @@ PLIST_SUB+= WITH_TCLWRAPPER="@comment " .endif .if ${PORT_OPTIONS:MDOCS} +ALL_TARGET= doc PORTDOCS= * MAKE_ARGS+= TCLSH=${TCLSH} MAKE_ENV+= TCL_VER=${TCL_VER} @@ -71,12 +72,6 @@ post-patch: >> ${WRKSRC}/freebsd.hints .endif -post-build: -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} "===> Building docs" - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} doc) -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sqlite ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite.so |
