diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 11:59:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 11:59:13 +0000 |
commit | 907a4eb7abdc4974d4e3aaf41b6d9e8fc451adb6 (patch) | |
tree | f23e5bc7592247f22f00c9419757bf33d48da2b9 /audio/py-openal | |
parent | Chase audio/libopenmpt update (diff) |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).
Notes
Notes:
svn path=/head/; revision=536688
Diffstat (limited to 'audio/py-openal')
-rw-r--r-- | audio/py-openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile index 5098c3603776..d6e000ebe3e7 100644 --- a/audio/py-openal/Makefile +++ b/audio/py-openal/Makefile @@ -11,7 +11,7 @@ DISTNAME= PyOpenAL-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= acm@FreeBSD.org -COMMENT= PyOpenAL is a binding of OpenAL for Python +COMMENT= OpenAL bindings for Python LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE |