diff options
Diffstat (limited to 'science/buddy/Makefile')
-rw-r--r-- | science/buddy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/buddy/Makefile b/science/buddy/Makefile index bcd48a1bc20a..325af6f8e4e2 100644 --- a/science/buddy/Makefile +++ b/science/buddy/Makefile @@ -17,6 +17,8 @@ INSTALL_TARGET= install-strip DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS +OPTIONS_DEFINE= DOCS + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |