Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= gzip |
8 |
PORTNAME= gzip |
9 |
PORTVERSION= 1.4 |
9 |
PORTVERSION= 1.4 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= archivers |
11 |
CATEGORIES= archivers |
11 |
MASTER_SITES= ${MASTER_SITE_GNU} |
12 |
MASTER_SITES= ${MASTER_SITE_GNU} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 23-28
Link Here
|
23 |
DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ |
24 |
DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ |
24 |
THANKS TODO |
25 |
THANKS TODO |
25 |
|
26 |
|
|
|
27 |
OPTIONS= RSYNCABLE "Include --rsyncable patch" OFF |
28 |
|
29 |
.include <bsd.port.pre.mk> |
30 |
|
31 |
.if defined(WITH_RSYNCABLE) |
32 |
EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff |
33 |
.endif |
34 |
|
26 |
post-configure: |
35 |
post-configure: |
27 |
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile |
36 |
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile |
28 |
@${REINPLACE_CMD} -e 's|need_charset_alias=true|need_charset_alias=false|g' \ |
37 |
@${REINPLACE_CMD} -e 's|need_charset_alias=true|need_charset_alias=false|g' \ |
Lines 36-39
Link Here
|
36 |
.endfor |
45 |
.endfor |
37 |
.endif |
46 |
.endif |
38 |
|
47 |
|
39 |
.include <bsd.port.mk> |
48 |
.include <bsd.port.post.mk> |