diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
commit | 627cb575f786ece9b2f2d3cc0e386c680218b397 (patch) | |
tree | fbae85baed29d0ddffec4d6f8d0d4d2c0a45ca92 /audio/jamin | |
parent | 8178aa6565880ad71a3df583f3df41afb3da292d (diff) |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
Notes
Notes:
svn path=/head/; revision=195441
Diffstat (limited to 'audio/jamin')
-rw-r--r-- | audio/jamin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 6491b6af6624..ee07e29c7d6b 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jamin -MAINTAINER= trasz@freebsd.org +MAINTAINER= trasz@FreeBSD.org COMMENT= JACK Audio Mastering interface LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ |