mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- depend on correct version of bash (bash3)
- fix plist for WITH_RPMBUILD case - fix plist for the case where sendmail binary not beeing in the default directory (/usr/sbin/). PR: 132762 Submitted by: Dirk Jagdmann <doj at cubic dot org> (maintainer)
This commit is contained in:
parent
e0d66346b4
commit
3543ac34f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230385
@ -12,9 +12,9 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= quilt
|
||||
|
||||
MAINTAINER= doj@cubic.org
|
||||
COMMENT= A collection of bash scripts to ease working with patch files
|
||||
COMMENT= A collection of bash3 scripts to ease working with patch files
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash3 \
|
||||
gcp:${PORTSDIR}/sysutils/coreutils \
|
||||
gsed:${PORTSDIR}/textproc/gsed \
|
||||
gpatch:${PORTSDIR}/devel/patch \
|
||||
@ -54,6 +54,12 @@ PLIST_SUB+= NLS="@comment "
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
.endif
|
||||
|
||||
.if !exists(${LOCALBASE}/sbin/sendmail)
|
||||
PLIST_SUB+= SENDMAIL=""
|
||||
.else
|
||||
PLIST_SUB+= SENDMAIL="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Makefile.in
|
||||
.endif
|
||||
|
@ -49,8 +49,8 @@ share/emacs/site-lisp/quilt.el
|
||||
%%DATADIR%%/compat/date
|
||||
%%DATADIR%%/compat/sed
|
||||
%%DATADIR%%/compat/patch
|
||||
%%DATADIR%%/compat/sendmail
|
||||
%%RPMBUILD%%share/libexec/quilt/compat/rpmbuild
|
||||
%%SENDMAIL%%%%DATADIR%%/compat/sendmail
|
||||
%%RPMBUILD%%%%DATADIR%%/compat/rpmbuild
|
||||
@dirrmtry etc/bash_completion.d
|
||||
@dirrmtry lib/quilt
|
||||
@dirrm %%DATADIR%%/compat
|
||||
|
Loading…
Reference in New Issue
Block a user