diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-04-07 11:53:22 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-04-07 11:53:22 +0000 |
commit | d3a462f81cdae4a076d488f45313c3930819ebb8 (patch) | |
tree | 0dc35cdc21ade05971dc51fcb794bef85cd077b4 /sysutils/hal/Makefile | |
parent | 1309ed10758eb79ce68171b002b0dfc87e6f37c5 (diff) |
Notes
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r-- | sysutils/hal/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 37805f8f5714..0af97ff0e02a 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -64,6 +64,8 @@ PLIST_FILES= ${PRIV_FILES:S|^|%%DATADIR%%/dist/|} SUB_FILES= pkg-install pkg-deinstall SUB_LIST= RC_FILES="${RC_FILES}" + +OPTIONS= FIXED_MOUNTPOINTS "use fixed mountpoints" off .else # Slave port stuff LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus @@ -96,6 +98,10 @@ PLIST_SUB+= MEDIA="" .else PLIST_SUB+= MEDIA="@comment " .endif + +.if defined(WITH_FIXED_MOUNTPOINTS) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c +.endif .endif post-patch: |