|
Lines 12-20
Link Here
|
| 12 |
MASTER_SITE_SUBDIR= quilt |
12 |
MASTER_SITE_SUBDIR= quilt |
| 13 |
|
13 |
|
| 14 |
MAINTAINER= doj@cubic.org |
14 |
MAINTAINER= doj@cubic.org |
| 15 |
COMMENT= A collection of bash scripts to ease working with patch files |
15 |
COMMENT= A collection of bash3 scripts to ease working with patch files |
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ |
17 |
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash3 \ |
| 18 |
gcp:${PORTSDIR}/sysutils/coreutils \ |
18 |
gcp:${PORTSDIR}/sysutils/coreutils \ |
| 19 |
gsed:${PORTSDIR}/textproc/gsed \ |
19 |
gsed:${PORTSDIR}/textproc/gsed \ |
| 20 |
gpatch:${PORTSDIR}/devel/patch \ |
20 |
gpatch:${PORTSDIR}/devel/patch \ |
|
Lines 54-59
Link Here
|
| 54 |
CONFIGURE_ARGS+= --disable-nls |
54 |
CONFIGURE_ARGS+= --disable-nls |
| 55 |
.endif |
55 |
.endif |
| 56 |
|
56 |
|
|
|
57 |
.if !exists(${LOCALBASE}/sbin/sendmail) |
| 58 |
PLIST_SUB+= SENDMAIL="" |
| 59 |
.else |
| 60 |
PLIST_SUB+= SENDMAIL="@comment " |
| 61 |
.endif |
| 62 |
|
| 57 |
.if defined(NOPORTDOCS) |
63 |
.if defined(NOPORTDOCS) |
| 58 |
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Makefile.in |
64 |
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Makefile.in |
| 59 |
.endif |
65 |
.endif |