aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-23 18:19:45 +0800
committerbapt <bapt@FreeBSD.org>2013-04-23 18:19:45 +0800
commitcc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188 (patch)
treed1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /emulators/qemu-devel
parent11c0610b9e646125696b12a43e2585bfb141e9ef (diff)
downloadfreebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.tar.gz
freebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.tar.zst
freebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.zip
Convert e* to USES=pkgconfig
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%%