View | Details | Raw Unified | Return to bug 18454
Collapse All | Expand All

(-)netcat/Makefile Mon May 8 16:55:17 2000 (-1 / +1 lines)
Lines 23-29 Link Here
23
ALL_TARGET=    freebsd
23
ALL_TARGET=    freebsd
24
24
25
do-install:
25
do-install:
26
       ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin
26
       ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin/netcat
27
.if !defined(NOPORTDOCS)
27
.if !defined(NOPORTDOCS)
28
       @${MKDIR} ${PREFIX}/share/doc/netcat \
28
       @${MKDIR} ${PREFIX}/share/doc/netcat \
29
               && ${CHMOD} a+rx ${PREFIX}/share/doc/netcat
29
               && ${CHMOD} a+rx ${PREFIX}/share/doc/netcat
(-)netcat/pkg/PLIST Mon May 8 16:55:36 2000 (-1 / +1 lines)
Lines 1-3 Link Here
1
bin/nc
1
bin/netcat
2
share/doc/netcat/README
2
share/doc/netcat/README
3
@dirrm share/doc/netcat
3
@dirrm share/doc/netcat

Return to bug 18454