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

(-)Makefile (-3 / +4 lines)
Lines 17-25 Link Here
17
17
18
post-install:
18
post-install:
19
.if !defined(NOPORTDOCS)
19
.if !defined(NOPORTDOCS)
20
	@${MKDIR} ${PREFIX}/share/doc/nap
20
	@${MKDIR} ${DOCSDIR}
21
	${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap
21
.for file in NEWS README doc/napster.txt doc/userguide.html
22
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
22
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
23
.endfor
23
.endif
24
.endif
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
For more information on OpenNAP, visit http://www.opennap.com/.
5
For more information on OpenNAP, visit http://www.opennap.com/.
6
6
7
WWW: http://nap.sourceforge.net/
7
WWW: http://theory.stanford.edu/~selinger/nap/
8
8
9
- Pete
9
- Pete
10
petef@databits.net
10
petef@databits.net
(-)pkg-plist (+2 lines)
Lines 1-4 Link Here
1
bin/nap
1
bin/nap
2
%%PORTDOCS%%share/doc/nap/NEWS
2
%%PORTDOCS%%share/doc/nap/NEWS
3
%%PORTDOCS%%share/doc/nap/README
3
%%PORTDOCS%%share/doc/nap/README
4
%%PORTDOCS%%share/doc/nap/napster.txt
5
%%PORTDOCS%%share/doc/nap/userguide.html
4
%%PORTDOCS%%@dirrm share/doc/nap
6
%%PORTDOCS%%@dirrm share/doc/nap
(-)files/patch-event.c (-7 lines)
Lines 1-5 Link Here
1
Oops, forgot to include patch-event.c:
2
3
--- event.c.orig	Tue Jul  3 00:46:38 2001
1
--- event.c.orig	Tue Jul  3 00:46:38 2001
4
+++ event.c	Tue Jul  3 00:47:24 2001
2
+++ event.c	Tue Jul  3 00:47:24 2001
5
@@ -11,6 +11,7 @@
3
@@ -11,6 +11,7 @@
Lines 10-17 Link Here
10
 #include <sys/socket.h>
8
 #include <sys/socket.h>
11
 #include <stdlib.h>
9
 #include <stdlib.h>
12
 #include <ctype.h>
10
 #include <ctype.h>
13
14
--
15
Pete Fritchman <petef@databits.net>
16
Databits Network Services, Inc. <http://databits.net>
17
finger petef@databits.net for PGP key

Return to bug 29401