aboutsummaryrefslogtreecommitdiffstats
path: root/security/identify
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-21 06:16:48 +0800
committermharo <mharo@FreeBSD.org>2000-03-21 06:16:48 +0800
commit2d4283576c1ef880e30b97e4051ffb98c0c6c489 (patch)
treebd544507f95635fa758affd904015015d06fee28 /security/identify
parent65e8e8fc82d784be9a81c56c933fbb5ea4e19f0a (diff)
downloadfreebsd-ports-graphics-2d4283576c1ef880e30b97e4051ffb98c0c6c489.tar.gz
freebsd-ports-graphics-2d4283576c1ef880e30b97e4051ffb98c0c6c489.tar.zst
freebsd-ports-graphics-2d4283576c1ef880e30b97e4051ffb98c0c6c489.zip
remove whitespace and PREFIX->LOCALBASE (portlint)
Diffstat (limited to 'security/identify')
-rw-r--r--security/identify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile
index 07d9d247a3f..70adb42709f 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