#!/bin/sh case $2 in PRE-INSTALL) ${PAGER:-more} share/doc/opera/LICENSE echo echo echo -n 'Do you agree to the terms of the license? ' read answer case ${answer} in [Yy]|[Yy][Ee][Ss]) exit 0 ;; *) exit 1 ;; esac ;; POST-INSTALL) exit 0 ;; *) echo "Unexpected Argument $2!!!" exit 1 ;; esac pplication/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-bioperl-run
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-6/+6
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME tobdrewery2015-03-211-2/+2
* Convert to new USE_GITHUB.mat2015-03-202-11/+4
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-2/+2
* - Simplify Makefilesunpoet2015-01-192-135/+130
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+1
* Cleanup plistbapt2014-10-20