summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-20 22:16:48 +0000
committermharo <mharo@FreeBSD.org>2000-03-20 22:16:48 +0000
commit2d4283576c1ef880e30b97e4051ffb98c0c6c489 (patch)
treebd544507f95635fa758affd904015015d06fee28 /security
parent65e8e8fc82d784be9a81c56c933fbb5ea4e19f0a (diff)
downloadFreeBSD-ports-2d4283576c1ef880e30b97e4051ffb98c0c6c489.zip
FreeBSD-ports-2d4283576c1ef880e30b97e4051ffb98c0c6c489.tar.gz
remove whitespace and PREFIX->LOCALBASE (portlint)
Diffstat (limited to 'security')
-rw-r--r--security/identify/Makefile4
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
OpenPOWER on IntegriCloud