diff options
author | swills <swills@FreeBSD.org> | 2012-02-29 05:15:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-29 05:15:54 +0800 |
commit | b2e1d262c9fe057117a7d7b81d68fa6c8870a4e3 (patch) | |
tree | 6562c21d528722c45b76e6a245d8804e1b9fc090 /databases/p5-DBIx-Password | |
parent | 1ab44cb85668284ea5f18b263feff24aec0cb4f3 (diff) | |
download | freebsd-ports-gnome-b2e1d262c9fe057117a7d7b81d68fa6c8870a4e3.tar.gz freebsd-ports-gnome-b2e1d262c9fe057117a7d7b81d68fa6c8870a4e3.tar.zst freebsd-ports-gnome-b2e1d262c9fe057117a7d7b81d68fa6c8870a4e3.zip |
- Make this non-INTERACTIVE by patching out the prompt unconditionally
Diffstat (limited to 'databases/p5-DBIx-Password')
-rw-r--r-- | databases/p5-DBIx-Password/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Password/files/patch-batch (renamed from databases/p5-DBIx-Password/files/batch.patch) | 0 |
2 files changed, 0 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile index d1ed8a393117..0e41cd65bdb9 100644 --- a/databases/p5-DBIx-Password/Makefile +++ b/databases/p5-DBIx-Password/Makefile @@ -17,14 +17,8 @@ COMMENT= Allows you to create a global password file for DB passwords BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} -IS_INTERACTIVE= Asks about the name of the virtual user - PERL_CONFIGURE= yes MAN3= DBIx::Password.3 -.if defined(BATCH) -EXTRA_PATCHES+= ${FILESDIR}/batch.patch -.endif - .include <bsd.port.mk> diff --git a/databases/p5-DBIx-Password/files/batch.patch b/databases/p5-DBIx-Password/files/patch-batch index 93f4c9153834..93f4c9153834 100644 --- a/databases/p5-DBIx-Password/files/batch.patch +++ b/databases/p5-DBIx-Password/files/patch-batch |