diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-20 22:16:48 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-20 22:16:48 +0000 |
commit | 2d4283576c1ef880e30b97e4051ffb98c0c6c489 (patch) | |
tree | bd544507f95635fa758affd904015015d06fee28 /security | |
parent | 65e8e8fc82d784be9a81c56c933fbb5ea4e19f0a (diff) | |
download | FreeBSD-ports-2d4283576c1ef880e30b97e4051ffb98c0c6c489.zip FreeBSD-ports-2d4283576c1ef880e30b97e4051ffb98c0c6c489.tar.gz |
remove whitespace and PREFIX->LOCALBASE (portlint)
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 |