summaryrefslogtreecommitdiff
path: root/ports-mgmt/porteasy
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-04-11 21:54:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-04-11 21:54:48 +0000
commit5c23c7a662ba557ff6d378976901344177b10642 (patch)
tree4c49c9f47ea29699f2c408345bbe563d5027fd56 /ports-mgmt/porteasy
parent- This fixes the following warning when you run archivemail with Python 2.3: (diff)
Don't require additional command line arguments when -I is specified.
Notes
Notes: svn path=/head/; revision=106742
Diffstat (limited to 'ports-mgmt/porteasy')
-rw-r--r--ports-mgmt/porteasy/Makefile2
-rw-r--r--ports-mgmt/porteasy/src/porteasy.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile
index 1b9e4505d397..e66d77af39fb 100644
--- a/ports-mgmt/porteasy/Makefile
+++ b/ports-mgmt/porteasy/Makefile
@@ -9,7 +9,7 @@
PORTNAME= porteasy
PORTVERSION= 2.7.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/porteasy/src/porteasy.pl b/ports-mgmt/porteasy/src/porteasy.pl
index 04a8801fd7cc..70b47f7c3cae 100644
--- a/ports-mgmt/porteasy/src/porteasy.pl
+++ b/ports-mgmt/porteasy/src/porteasy.pl
@@ -1135,7 +1135,7 @@ MAIN:{
)
or usage();
- if (!@ARGV &&
+ if (!@ARGV && !$installed &&
($build || $fetch || $list || $packages || $plist || $website)) {
usage();
}