aboutsummaryrefslogtreecommitdiff
path: root/security/amap
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-02-20 13:31:57 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-02-20 13:31:57 +0000
commit502a8a1d04bde9c073ada11f5368d193df672a41 (patch)
tree7fc706eabee6e0e4b49e51917454315af436fd08 /security/amap
parent3ba3556c89c8ec599e37db05e61dfbbcb88976d0 (diff)
downloadports-502a8a1d04bde9c073ada11f5368d193df672a41.tar.gz
ports-502a8a1d04bde9c073ada11f5368d193df672a41.zip
Notes
Diffstat (limited to 'security/amap')
-rw-r--r--security/amap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile
index 0e8eab5f07f3..5432422cbec9 100644
--- a/security/amap/Makefile
+++ b/security/amap/Makefile
@@ -26,10 +26,10 @@ PORTDOCS= README TODO CHANGES AMAP-LIB-INTERFACE
PLIST_SUB= AMAPLIBDIR=lib/${PORTNAME} AMAPINCDIR=include/${PORTNAME}
CONF_DIR= ${PREFIX}/etc/${PORTNAME}
-CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig
+LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig
SUB_FILES= pkg-install pkg-deinstall
-SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${CONF_DIR}"
+SUB_LIST= CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}"
post-patch:
@${REINPLACE_CMD} -e \
@@ -51,7 +51,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include/${PORTNAME}
. endfor
${MKDIR} ${CONF_DIR}
-. for i in ${CONF_FILES}
+. for i in ${LOCAL_CONF_FILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${CONF_DIR}/${i}.default
. endfor
${INSTALL_MAN} ${WRKSRC}/amap.1 ${MANPREFIX}/man/man1