Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 389 byte(s) |
Log Message: | Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 29 | diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile |
2 | douglas | 278 | --- /usr/ports/www/mod_wsgi/Makefile 2010-05-18 00:12:02.000000000 -0700 |
3 | +++ mod_wsgi/Makefile 2010-05-18 00:13:27.000000000 -0700 | ||
4 | @@ -30,6 +30,8 @@ | ||
5 | douglas | 142 | |
6 | douglas | 278 | SUB_FILES= pkg-message |
7 | douglas | 142 | |
8 | douglas | 278 | +PORTSCOUT= limit:^2\. |
9 | + | ||
10 | post-install: | ||
11 | @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" | ||
12 | @${CAT} ${PKGMESSAGE} |