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

(-)Makefile 2009-03-17 21:14:41.000000000 +0000 (-2 / +8 lines)
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
(-)pkg-plist 2009-03-17 21:14:41.000000000 +0000 (-2 / +2 lines)
Lines 49-56 Link Here
49
%%DATADIR%%/compat/date
49
%%DATADIR%%/compat/date
50
%%DATADIR%%/compat/sed
50
%%DATADIR%%/compat/sed
51
%%DATADIR%%/compat/patch
51
%%DATADIR%%/compat/patch
52
%%DATADIR%%/compat/sendmail
52
%%SENDMAIL%%%%DATADIR%%/compat/sendmail
53
%%RPMBUILD%%share/libexec/quilt/compat/rpmbuild
53
%%RPMBUILD%%%%DATADIR%%/compat/rpmbuild
54
@dirrmtry etc/bash_completion.d
54
@dirrmtry etc/bash_completion.d
55
@dirrmtry lib/quilt
55
@dirrmtry lib/quilt
56
@dirrm %%DATADIR%%/compat
56
@dirrm %%DATADIR%%/compat

Return to bug 132762