diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
commit | 28dd10dcb401c431386390d9b259d3f7330f6f2b (patch) | |
tree | 7faca4f0ee68daa442a553a83311caed144b3e09 /security/qident | |
parent | 0101e2c34264299778df1cb6ea451b51dabf4ded (diff) |
Remove USE_REINPLACE from all categories starting with S
Notes
Notes:
svn path=/head/; revision=162215
Diffstat (limited to 'security/qident')
-rw-r--r-- | security/qident/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile index 9314cfc89231..f7b616bd030c 100644 --- a/security/qident/Makefile +++ b/security/qident/Makefile @@ -15,8 +15,6 @@ COMMENT= Query a remote IDENT (RFC 1413) server LIB_DEPENDS= ident.0:${PORTSDIR}/security/libident -USE_REINPLACE= yes - MANSECTS= 1 MAN1= qident.1 MANCOMPRESSED= maybe |