diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/identify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index 07d9d24..70adb42 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ MAINTAINER= nsayer@quack.kfu.com -BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident +BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident -do-install: +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/identify |