diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 20:00:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 20:00:43 +0000 |
commit | 722a4c7b43601cab19f805bc79407ca5d642c94a (patch) | |
tree | 7a85c0f79e35485312cd4e1a5ce347ab3bea43d8 /net-mgmt/ap-utils/Makefile | |
parent | 3222a24a6604216feeabed3c8892b08c8a8047b1 (diff) | |
download | ports-722a4c7b43601cab19f805bc79407ca5d642c94a.tar.gz ports-722a4c7b43601cab19f805bc79407ca5d642c94a.zip |
Notes
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index b3d48d9ca894..20fbea0b60c4 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ap-utils -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://ap-utils.polesye.net/files/ \ http://web.cs.cmu.edu/~dpelleg/download/ @@ -22,7 +22,7 @@ MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${DOCSDIR}/uk - @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ ${DOCSDIR} + @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR} @cd ${WRKSRC}/Documentation/uk && ${INSTALL_DATA} INSTALL README.atmel ${DOCSDIR}/uk .endif |