aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:19:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:19:45 +0000
commite6f882f47a06d4f79159cde5cfcf087a328b5ae3 (patch)
treed1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /emulators/qemu-devel
parentb1fada5017e87f12716eab88bf293880c4e2310e (diff)
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile4
-rw-r--r--emulators/qemu-devel/pkg-plist1
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index e7cbf95688a6..dbc94d0aa26e 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -32,7 +32,7 @@ MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= SAMBA SDL OPENGL GNUTLS SASL JPEG PNG CDROM_DMA PCAP \
USBREDIR GNS3 ADD_AUDIO CLANG_HACK X86_TARGETS BSD_USER \
- STATIC_LINK
+ STATIC_LINK DOCS
SAMBA_DESC= samba dependency (for -smb)
GNUTLS_DESC= gnutls dependency (vnc encryption)
SASL_DESC= cyrus-sasl dependency (vnc encryption)
@@ -246,7 +246,7 @@ post-configure:
.endif
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR}/)
.endif
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${PREFIX}/etc
diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist
index 65188aa3fe43..c13f699e5aed 100644
--- a/emulators/qemu-devel/pkg-plist
+++ b/emulators/qemu-devel/pkg-plist
@@ -114,3 +114,4 @@ etc/qemu/target-x86_64.conf.sample
%%DATADIR%%/keymaps/tr
@dirrm %%DATADIR%%/keymaps
@dirrmtry %%DATADIR%%
+@dirrmtry %%DOCSDIR%%