diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:56:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:56:26 +0800 |
commit | 75dbe85dc1c81b0341a32db1dc01a3b36be6473a (patch) | |
tree | 91344365a108c1efefbc161451328e84e74523ff /net | |
parent | eeda9403b0bb00c3bf6e0526285c07d1e9252aa4 (diff) | |
download | freebsd-ports-graphics-75dbe85dc1c81b0341a32db1dc01a3b36be6473a.tar.gz freebsd-ports-graphics-75dbe85dc1c81b0341a32db1dc01a3b36be6473a.tar.zst freebsd-ports-graphics-75dbe85dc1c81b0341a32db1dc01a3b36be6473a.zip |
- fix plist for NOPORTDOCS
Reported by: itetcu
Diffstat (limited to 'net')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 205d1193b63..6980ae72bdf 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -39,9 +39,9 @@ post-patch: .include <bsd.port.pre.mk> do-install: - ${MKDIR} ${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu .ifndef(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR} .endif ${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf.sample |