diff options
author | se <se@FreeBSD.org> | 2001-11-24 13:24:23 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2001-11-24 13:24:23 +0000 |
commit | a54da98808819c9ce2b6d46f068f999da6c470ae (patch) | |
tree | 049e87017d9ef4342202c48878baa14a447835b5 /net-mgmt/argus/Makefile | |
parent | f3b1440df020bb9ff2d145d99b27a7896101b833 (diff) | |
download | FreeBSD-ports-a54da98808819c9ce2b6d46f068f999da6c470ae.zip FreeBSD-ports-a54da98808819c9ce2b6d46f068f999da6c470ae.tar.gz |
Fix install: LICENSE has been replaced by COPYING.
Diffstat (limited to 'net-mgmt/argus/Makefile')
-rw-r--r-- | net-mgmt/argus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 7750b0c..78d4d69 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -35,7 +35,7 @@ pre-install: .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/argus-2.0/html/man -.for i in README LICENSE COPYRIGHT doc/CHANGES doc/FAQ doc/HOW-TO +.for i in README COPYING COPYRIGHT doc/CHANGES doc/FAQ doc/HOW-TO ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/argus-2.0 .endfor .for i in doc/html/man/*.html |