aboutsummaryrefslogtreecommitdiff
path: root/security/aafid2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/aafid2/Makefile')
-rw-r--r--security/aafid2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aafid2/Makefile b/security/aafid2/Makefile
index 675ca56bf303..aa61d4871140 100644
--- a/security/aafid2/Makefile
+++ b/security/aafid2/Makefile
@@ -21,7 +21,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
- tar -C ${TARGETDIR}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
- ${SH} ${FILESDIR}/post-install ${TARGETDIR}
+ tar -C ${PREFIX}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ ${SH} ${FILESDIR}/post-install ${PREFIX}
.include <bsd.port.mk>