diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:16:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:16:48 +0000 |
commit | c950d814d84fbe50bc8bfa9614e82146c5c95531 (patch) | |
tree | 460282afc1a944af5347c0761564c05d40f76b79 /security/identify/Makefile | |
parent | 2644106002284ab095e150f10b22f04482485857 (diff) | |
download | ports-c950d814d84fbe50bc8bfa9614e82146c5c95531.tar.gz ports-c950d814d84fbe50bc8bfa9614e82146c5c95531.zip |
remove whitespace and PREFIX->LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=26857
Diffstat (limited to 'security/identify/Makefile')
-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 07d9d247a3f5..70adb42709ff 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 |