freebsd-ports/sysutils/webmin
Jimmy Olgeni 2dc6788a1f Fix a bug that prevented updates to be installed.
The line:

  for webmin_module in "${WEBMIN_MODULES}"

must be rewritten as:

  for webmin_module in ${WEBMIN_MODULES}

else the port will not unpack the update tarball.

This is a very stupid bug by me. Pass the pointy hat :-(

PORTREVISION bump: people using the WITH_UPDATES option should upgrade to
this version of the port. People who do not use WITH_UPDATES and run the
stock webmin release, or update it by hand, are unaffected by this patch.
2001-04-28 13:34:35 +00:00
..
files Some whitespace fixes (spaces -> tabs) in the startup script. 2001-02-13 13:29:59 +00:00
scripts Fix for repeated "make install/deinstall" (development only). 2001-02-27 21:48:19 +00:00
distinfo Update modules: apache, squid, useradmin. 2001-04-26 11:45:24 +00:00
Makefile Fix a bug that prevented updates to be installed. 2001-04-28 13:34:35 +00:00
pkg-comment
pkg-descr
pkg-message Update modules: apache, squid, useradmin. 2001-04-26 11:45:24 +00:00
pkg-plist Automatically compute the plist for the lib/webmin directory at install 2001-02-11 17:55:00 +00:00