svn commit: r328590 - head/security/nmap
Olli Hauer
ohauer at FreeBSD.org
Sat Sep 28 15:50:44 UTC 2013
Author: ohauer
Date: Sat Sep 28 15:50:43 2013
New Revision: 328590
URL: http://svnweb.freebsd.org/changeset/ports/328590
Log:
- add stage support
Modified:
head/security/nmap/Makefile
head/security/nmap/pkg-plist
Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile Sat Sep 28 15:49:00 2013 (r328589)
+++ head/security/nmap/Makefile Sat Sep 28 15:50:43 2013 (r328590)
@@ -32,7 +32,6 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENS
SSL_CONFIGURE_OFF= --without-openssl
SSL_CFLAGS= -I${OPENSSLINC}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
@@ -58,9 +57,6 @@ NDCC= true
.endif
PORTDOCS= CHANGELOG HACKING
-MANLANG= "" de es fr hr hu it ja pl pt_BR pt_PT ro ru sk zh
-MAN1= nmap.1
-MAN1_EN= ncat.1 nping.1
# PR: ports/159376 Workaround if OS is build with WITHOUT_INET6
.if ! ${PORT_OPTIONS:MIPV6}
@@ -83,8 +79,8 @@ post-configure:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
# gcc from ports is in use
Modified: head/security/nmap/pkg-plist
==============================================================================
--- head/security/nmap/pkg-plist Sat Sep 28 15:49:00 2013 (r328589)
+++ head/security/nmap/pkg-plist Sat Sep 28 15:50:43 2013 (r328590)
@@ -1,6 +1,23 @@
bin/ncat
bin/nmap
bin/nping
+man/de/man1/nmap.1.gz
+man/es/man1/nmap.1.gz
+man/fr/man1/nmap.1.gz
+man/hr/man1/nmap.1.gz
+man/hu/man1/nmap.1.gz
+man/it/man1/nmap.1.gz
+man/ja/man1/nmap.1.gz
+man/man1/ncat.1.gz
+man/man1/nmap.1.gz
+man/man1/nping.1.gz
+man/pl/man1/nmap.1.gz
+man/pt_BR/man1/nmap.1.gz
+man/pt_PT/man1/nmap.1.gz
+man/ro/man1/nmap.1.gz
+man/ru/man1/nmap.1.gz
+man/sk/man1/nmap.1.gz
+man/zh/man1/nmap.1.gz
%%SSL%%share/ncat/ca-bundle.crt
%%DATADIR%%/nmap-mac-prefixes
%%DATADIR%%/nmap-os-db
More information about the svn-ports-all
mailing list