diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-06-06 21:35:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-06-06 21:35:44 +0000 |
commit | e788b79945a1f91cb515854fc7329b1ddd06b482 (patch) | |
tree | c8896ef700156e5d7a4c479561080b2c3c6ea1a2 /security/amap/Makefile | |
parent | 83afe8d8961477bd0d1c494269a6f5e61f03a2e3 (diff) |
Notes
Diffstat (limited to 'security/amap/Makefile')
-rw-r--r-- | security/amap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index d040803cb135..2fdea583aa74 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -29,7 +29,7 @@ CONF_DIR= ${PREFIX}/etc/${PORTNAME} LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig SUB_FILES= pkg-install pkg-deinstall -SUB_LIST= CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}" +SUB_LIST= LOCAL_CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}" post-patch: @${REINPLACE_CMD} -e \ |