diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-10-31 16:43:22 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-10-31 16:43:22 +0800 |
commit | 3a70ccd0066dd61520abd08f32c51b85e7f37ff8 (patch) | |
tree | 657a80e9fdcfcb492689f5c732a2ede3b3d542b3 /sysutils | |
parent | 2e4c0270cc5ce7defcd13acdc702e56566396894 (diff) | |
download | freebsd-ports-gnome-3a70ccd0066dd61520abd08f32c51b85e7f37ff8.tar.gz freebsd-ports-gnome-3a70ccd0066dd61520abd08f32c51b85e7f37ff8.tar.zst freebsd-ports-gnome-3a70ccd0066dd61520abd08f32c51b85e7f37ff8.zip |
Do not break when docbook is installed.
Reported by: Marcus von Appen <mva@sysfault.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index d204b91490e9..e0c824e23b66 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -97,6 +97,7 @@ post-patch: ${WRKSRC}/policy/Makefile.in @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \ ${WRKSRC}/hal.conf.in + @${TOUCH} ${WRKSRC}/doc/spec/hal-spec.html post-install: .if !defined(HAL_SLAVE) |