diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-06-08 00:10:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-06-08 00:10:56 +0000 |
commit | fbb45ab86898c643bbdfb21b7a3a405da57fadb1 (patch) | |
tree | ceaa56cd294b273829ea064394c9d107843c6213 /ports-mgmt | |
parent | afbedb910e571b454e48a0f58f1bd3bb2105312a (diff) | |
download | ports-fbb45ab86898c643bbdfb21b7a3a405da57fadb1.tar.gz ports-fbb45ab86898c643bbdfb21b7a3a405da57fadb1.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmk/pkg-message | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/portmk/Makefile b/ports-mgmt/portmk/Makefile index fc765d33762d..2bec72bdf56f 100644 --- a/ports-mgmt/portmk/Makefile +++ b/ports-mgmt/portmk/Makefile @@ -40,10 +40,12 @@ do-install: @${INSTALL_SCRIPT} ${FILESDIR}/omake.sh ${PREFIX}/bin/omake post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} @${INSTALL_DATA} ${FILESDIR}/${doc} ${DOCSDIR} .endfor +.endif @${CAT} ${PKGMESSAGE} activate: diff --git a/ports-mgmt/portmk/pkg-message b/ports-mgmt/portmk/pkg-message index 3752cf6b93a4..f9517847b371 100644 --- a/ports-mgmt/portmk/pkg-message +++ b/ports-mgmt/portmk/pkg-message @@ -8,7 +8,7 @@ To build a port with the classic bsd.port.mk version, do omake <... other args ...> -Documentation is available at +Unless you defined NOPORTDOCS, documentation is available at %%DOCSDIR%%/ReadMe |