diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-15 06:43:04 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-15 06:43:04 +0000 |
commit | e9cf93b23b9b51fe4192f673a976f49ca3a01206 (patch) | |
tree | be14041d84d19369f5c767039b46a36d4e412641 /www/moinmoin/Makefile | |
parent | Make this port keep up with the version of audio/timidity++. (diff) |
- Change exect to execve because of SIGTRAP on 4.5
- Bump port revision
PR: 34896
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=54725
Diffstat (limited to 'www/moinmoin/Makefile')
-rw-r--r-- | www/moinmoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moinmoin/Makefile b/www/moinmoin/Makefile index 48a8ad67661b..2df5f87f217d 100644 --- a/www/moinmoin/Makefile +++ b/www/moinmoin/Makefile @@ -7,7 +7,7 @@ PORTNAME= moinmoin PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= moin |