diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-06-26 20:04:03 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-06-26 20:04:03 +0000 |
commit | b69d5cd999a257b2a95ab935378e204db0b6abbe (patch) | |
tree | 7d1e397d483b78fdb796307205e635b1d477fd09 /security/aide | |
parent | 7f56b3545d718ee53cbb9061a6f73961482f3586 (diff) | |
download | ports-b69d5cd999a257b2a95ab935378e204db0b6abbe.tar.gz ports-b69d5cd999a257b2a95ab935378e204db0b6abbe.zip |
Remove redundant MAN macro definitions.
Notes
Notes:
svn path=/head/; revision=359415
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index ccd778f92189..1fcf003e4376 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -27,9 +27,6 @@ CONFIGURE_ARGS+=--with-mhash \ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -I${LOCALBASE}/include -MAN1= aide.1 -MAN5= aide.conf.5 - SUB_FILES= pkg-message post-install: |