Revision
122889
Author
jmr@macports.org
Date
2014-08-01 12:42:49 -0700 (Fri, 01 Aug 2014)

Log Message

ccal: license, noarch, use notes

Modified Paths

Diff

Modified: trunk/dports/sysutils/ccal/Portfile (122888 => 122889)


--- trunk/dports/sysutils/ccal/Portfile	2014-08-01 19:38:22 UTC (rev 122888)
+++ trunk/dports/sysutils/ccal/Portfile	2014-08-01 19:42:49 UTC (rev 122889)
@@ -1,17 +1,20 @@
 # $Id$
 
 PortSystem          1.0
+
 name                ccal
 version             0.6
 categories          sysutils
+license             GPL-2+
 distname            ${name}06
 maintainers         nomaintainer
 extract.suffix      .py
 description         ccal
 long_description    Ccal, a curses-based calendar/journal/diary & \
-                        todo list program.  
+                        todo list program.
 
 platforms           darwin
+supported_archs     noarch
 homepage            http://www.jamiehillman.co.uk/ccal/
 master_sites        http://web.archive.org/web/20050926034036/www.jamiehillman.co.uk/ccal/
 checksums           md5 d7318e1383ac4856f1294e6de0954e3f
@@ -23,8 +26,5 @@
         xinstall -m 755 -c ${distpath}/${distname}${extract.suffix} \
             ${destroot}${prefix}/bin/${name}
 }
-post-install {
-    # Tell the user how to invoke and get help.
-    ui_msg "type ``ccal'' and press '?' for help."
-}
-
+# Tell the user how to invoke and get help.
+notes "type ``ccal'' and press '?' for help."