diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 00:06:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 00:06:19 +0000 |
commit | b321ba781564691ce29a7998e9d87beabb274dd7 (patch) | |
tree | b3b0648204cfb04b4e760b7c517fc8884b94d31f /mail | |
parent | Remove "de-" from front of PORTNAME -- it is specified by ${PKGNAMEPERFIX} (diff) |
Found another cpiazza "Oops" -- Surely decreasing the version number
from 0.54 to 0.53 was not an essential part of the PKGNAME
conversion. :)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/asmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 914458d7e596..a6a0b6b7c5ba 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asmail -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= mail afterstep MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asmail/ \ ftp://ftp.afterstep.org/apps/asmail/ |