diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /security/nmap/Makefile | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index f89b0b3fb57d..34b6a211312b 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -53,9 +53,9 @@ post-configure: post-install: .ifndef NOPORTDOCS - @${MKDIR} ${DESTDIR}${DOCSDIR} + @${MKDIR} ${DOCSDIR} @for doc in CHANGELOG HACKING docs/nmap.dtd; do \ - ${INSTALL_DATA} ${WRKSRC}/$${doc} ${DESTDIR}${DOCSDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/$${doc} ${DOCSDIR}; \ done .endif |