diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-20 05:07:44 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-20 05:07:44 +0000 |
commit | 99d106e8a6307c2ba36c6b8158be9a7ddc110ae1 (patch) | |
tree | 111150215036fc78bdbfd19c7823d83aa2203afd /audio/gstreamer-plugins-flac | |
parent | 72a38bda28632d6fe39706a1681d7eee53c0464c (diff) |
Portlint:
-Correct the order by move CATEGORIES under PORTREVISION.
Notes
Notes:
svn path=/head/; revision=162850
Diffstat (limited to 'audio/gstreamer-plugins-flac')
-rw-r--r-- | audio/gstreamer-plugins-flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile index f7e86b3f19d8..8799ddf01027 100644 --- a/audio/gstreamer-plugins-flac/Makefile +++ b/audio/gstreamer-plugins-flac/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -CATEGORIES= audio PORTREVISION= 1 +CATEGORIES= audio COMMENT= Gstreamer free lossless audio encoder/decoder plugin |