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

(-)Makefile (-1 / +2 lines)
Lines 23-31 Link Here
23
23
24
MAN1=		gutenfetch.1
24
MAN1=		gutenfetch.1
25
PLIST_FILES=	bin/gutenfetch
25
PLIST_FILES=	bin/gutenfetch
26
SUB_FILES=	pkg-message
26
27
27
post-install:
28
post-install:
28
	${STRIP_CMD} ${PREFIX}/bin/gutenfetch
29
	${STRIP_CMD} ${PREFIX}/bin/gutenfetch
29
	@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
30
	@${CAT} ${PKGMESSAGE}
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)pkg-message (-15 lines)
Removed Link Here
1
----------------------------------------------------------------
2
gutenfetch can be run once to pick out local Project Gutenberg
3
servers with the following command line.
4
5
# gutenfetch -m
6
7
If you are an administrator please copy the generated
8
file ~/.gutenfetchrc to %%PREFIX%%/etc/gutenfetchrc.  This will
9
prevent other users from having to pick out their favorite
10
servers.
11
12
gutenfetch also performs best with a caching proxy server such
13
as wwwoffle or squid.  Although, this version will cache fetched
14
books in the ~/.libgutenfetch/ directory by default.
15
----------------------------------------------------------------
(-)files/pkg-message.in (+15 lines)
Added Link Here
1
----------------------------------------------------------------
2
gutenfetch can be run once to pick out local Project Gutenberg
3
servers with the following command line.
4
5
# gutenfetch -m
6
7
If you are an administrator please copy the generated
8
file ~/.gutenfetchrc to %%PREFIX%%/etc/gutenfetchrc.  This will
9
prevent other users from having to pick out their favorite
10
servers.
11
12
gutenfetch also performs best with a caching proxy server such
13
as wwwoffle or squid.  Although, this version will cache fetched
14
books in the ~/.libgutenfetch/ directory by default.
15
----------------------------------------------------------------

Return to bug 143100