diff options
author | roam <roam@FreeBSD.org> | 2001-11-19 21:16:32 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-11-19 21:16:32 +0800 |
commit | 9ff914065628267a6a7011863e3b6bbd39ae0665 (patch) | |
tree | 89f2869d4c66a295f419c5b3737310fe7e78dc47 /sysutils/penv/Makefile | |
parent | 6e36628501c870617cb7d75a331c967f551b9a00 (diff) | |
download | freebsd-ports-gnome-9ff914065628267a6a7011863e3b6bbd39ae0665.tar.gz freebsd-ports-gnome-9ff914065628267a6a7011863e3b6bbd39ae0665.tar.zst freebsd-ports-gnome-9ff914065628267a6a7011863e3b6bbd39ae0665.zip |
Update to 1.1pre4, which lets the 'mkdir' command create parent directories
as needed (equivalent to mkdir -p) and corrects a couple of option names
in the manual page synopsis.
Submitted by: olgeni (the manual page fixes)
Diffstat (limited to 'sysutils/penv/Makefile')
-rw-r--r-- | sysutils/penv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index 7c958218e7a3..5fb5052996ce 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.1.b3 +PORTVERSION= 1.1.b4 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/penv/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} |