diff options
author | des <des@FreeBSD.org> | 2001-05-16 17:28:51 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-05-16 17:28:51 +0800 |
commit | 85d83b9db3e6b412147715a5b4ec73788fe60782 (patch) | |
tree | 61716ccebfb3e367c97a5736e42b1f9fa0266521 /misc/porteasy/Makefile | |
parent | b41d03c865a92d2bf44bd7ec1e449ae5f1e2c119 (diff) | |
download | freebsd-ports-gnome-85d83b9db3e6b412147715a5b4ec73788fe60782.tar.gz freebsd-ports-gnome-85d83b9db3e6b412147715a5b4ec73788fe60782.tar.zst freebsd-ports-gnome-85d83b9db3e6b412147715a5b4ec73788fe60782.zip |
Change the order in which we check out the ports root and index to work
around a CVS bug. Also add some missing options to usage() and help()
and alphabetize them properly, and show the usage string if no arguments
were specified on the command line.
Diffstat (limited to 'misc/porteasy/Makefile')
-rw-r--r-- | misc/porteasy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/porteasy/Makefile b/misc/porteasy/Makefile index 5f30ab785df7..811b167a117d 100644 --- a/misc/porteasy/Makefile +++ b/misc/porteasy/Makefile @@ -9,7 +9,7 @@ PORTNAME= porteasy PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none |