diff options
author | cy <cy@FreeBSD.org> | 2014-06-26 20:04:03 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-06-26 20:04:03 +0000 |
commit | 402f0a33f9e68442ae53d8c95171cebed1930f2b (patch) | |
tree | 7d1e397d483b78fdb796307205e635b1d477fd09 | |
parent | 79ba469ece1e725a9b8a49234b917e05249647c2 (diff) | |
download | FreeBSD-ports-402f0a33f9e68442ae53d8c95171cebed1930f2b.zip FreeBSD-ports-402f0a33f9e68442ae53d8c95171cebed1930f2b.tar.gz |
Remove redundant MAN macro definitions.
-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 ccd778f..1fcf003 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: |